JSFiddle - React, Tailwind, and code Playground
HTML
<div>
</div>
CSS
html,body{
height:100%;
margin:0px;
}
div{
height:100vh;
background-color:#ff0000;
width:20px;
}
<div>
</div>
html,body{
height:100%;
margin:0px;
}
div{
height:100vh;
background-color:#ff0000;
width:20px;
}