JSFiddle - React, Tailwind, and code Playground
HTML
<p>Top of the page</p>
<br>
<div id="mid">Mid page</div>
<br>
Scroll down and click the links !!!
<div class="test">
<a href="#">To Top</a><br>
<a href="#mid">To Mid</a>
</div>
CSS
.test {
margin-top: 1000px;
}