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;
}
by dsda
start
<div style="height:1800px"></div>
end
if (0<1) {
var h = location.hash;
location.hash = '';
location.hash = h;
}