JSFiddle - React, Tailwind, and code Playground
HTML
<div class="content">
This content can fill the entire div just like the red color.
</div>
CSS
html,body { height: auto; }
.content {
position: absolute;
top: 0;
bottom: -32px;
background: gold;
width: 100%;
}