<a><div class="myDiv"></div></a>
<a><div class="myDiv"></div></a>
<a><div class="myDiv"></div></a>
<a><div class="myDiv"></div></a> // This specific one is what I'm aiming for
Despite using myDiv.last-child, it fails to achieve the desired outcome. Utilizing a.last-child won't work either because I specifically need the div element.