JSFiddle - React, Tailwind, and code Playground
by Shaxrillo
HTML
<div></div>
CSS
div{
width:100%;
height:100%;
min-height:100%;
max-height:100%;
position:relative;
background:red;
}
by Shaxrillo
<div></div>
div{
width:100%;
height:100%;
min-height:100%;
max-height:100%;
position:relative;
background:red;
}