JSFiddle - React, Tailwind, and code Playground
by kodjoe mambi
HTML
<div id="inner_remaining">
I take up the remaining height
</div>
CSS
#inner_remaining {
background-color: green;
position: absolute;
top: 0px;
bottom: 0;
}