JSFiddle - React, Tailwind, and code Playground

by Johan Muller

HTML

<div class="parent">

    
</div>

CSS

body, html { height: 100%; min-height: 100%; }

.parent {
    height: 100%;
    background: red;
}


.child {
    min-height: 100%;
    background: yellow;
}