JSFiddle - React, Tailwind, and code Playground

by Shanaka Ratnayake

HTML

<div class="test">
     
</div>

CSS

body,html{
    height:100%;
}
.test{
    width:100%;
    height:100%;
    min-height:100%;
    max-height:100%;
    position:relative;
    background:red;
}