JSFiddle - React, Tailwind, and code Playground

HTML

<div class="first">
</div>
<div class="second">
</div>

CSS

html, body, div {
    height: 100%;
}
div.first {
    background: blue;
}
div.second{
    background: red;
}