JSFiddle - React, Tailwind, and code Playground

by dsda

HTML

start
<div style="height:1800px"></div>
end

JavaScript

if (0<1) {
    var h = location.hash;
    location.hash = '';
    location.hash = h;
}