For example
<a href="https://amazon.com" target="_blank"> Go to amazon and scroll to footer </a>
When you click that not only does it open amazon in a new tab but it scrolls automatically to the footer when it opens.
The solution ended up being what dziku86 commented.
"Yes, if that div have unique id that you can refer to. For example on the amazon.com the footer id is navFooter so your link will look like this: <a href="https://amazon.com#navFooter" ... "