JSFiddle - React, Tailwind, and code Playground
by johnny000
HTML
<span><span>
CSS
span {
background:red;
height:10px;
width:10px;
position:absolute;
}
JavaScript
dochHeight = (($(document).height() / 2) - 5);
by johnny000
<span><span>
span {
background:red;
height:10px;
width:10px;
position:absolute;
}
dochHeight = (($(document).height() / 2) - 5);