JSFiddle - React, Tailwind, and code Playground
by Chris Rebert
HTML
<div id="first">First</div>
<button onclick="window.location.hash = '#end';">Goto End</button>
<div style="height: 5000px; width: 50px;">Spacer</div>
<div id="end">End</div>
by Chris Rebert
<div id="first">First</div>
<button onclick="window.location.hash = '#end';">Goto End</button>
<div style="height: 5000px; width: 50px;">Spacer</div>
<div id="end">End</div>