<body>
<div>
<div class='container'></div>
</div>
<div class='container'></div>
</body>
Is there a way to use jQuery to specifically target the second container div directly under the body tag, without relying on its position in relation to other div elements or the total number of divs within the body?