JSFiddle - React, Tailwind, and code Playground
by Ishank Dubey
HTML
<div id='myDIV'></div>
CSS
div#myDIV {
position:fixed;
width:100px;
height:100%;
background:red;
left:10px;
top:00px;
}
by Ishank Dubey
<div id='myDIV'></div>
div#myDIV {
position:fixed;
width:100px;
height:100%;
background:red;
left:10px;
top:00px;
}