JSFiddle - React, Tailwind, and code Playground
by Alex Alex
HTML
<div><span id="bookmark"></span></div>
CSS
div {
height: 2000px;
}
span {
position: absolute;
top: 500px;
left: 0;
}
JavaScript
window.scrollTo(0, 500)
location.hash = '';
setTimeout(function () {
location.hash = 'bookmark';
}, 1000)