JSFiddle - React, Tailwind, and code Playground

HTML

<div class="cont" style="background-color:blue">fsdfds</div>
<div style="background-color:red">1234</div>

CSS

.cont {
        height: calc(100% - 20px);
    }