JSFiddle - React, Tailwind, and code Playground
by dsgnr
HTML
<body>
<div id="test">Test</div>
</body>
CSS
html,body{
height:200px;
min-height:100%;
background:blue;
}
#test{
height:100% !important;
background:green;
}