JSFiddle - React, Tailwind, and code Playground

HTML

<div></div>

CSS

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