JSFiddle - React, Tailwind, and code Playground

by Ian Hazzard

HTML

<title></title>
    </head>
    <body>
        <div id=fullheight>
            Lorem Ipsum        
        </div>
    </body><br><br><br><br>

CSS

html, body, #fullheight {
    min-height: 100% !important;
    height: 100%;
}
#fullheight {
    width: 250px;
    background: blue;
}