JSFiddle - React, Tailwind, and code Playground

by Chris Rebert

HTML

<div id="first">First</div>
<button onclick="window.location.hash = '#end'; console.log(document.activeElement);">Goto End</button>
<div style="height: 5000px; width: 50px;">Spacer</div>
<div id="end" tabindex="-1">End</div>