JSFiddle - React, Tailwind, and code Playground
by heera
HTML
<div id="home">Home</div>
CSS
div { margin-top:1000px; background:red; }
JavaScript
$(function(){
if(!window.location.hash) {
window.location.hash = '#home';
}
});