JSFiddle - React, Tailwind, and code Playground
HTML
<div class="wrap">
<p>s</p>
<p>s</p>
<p>s</p>
<p>s</p>
<p>s</p>
<p>s</p>
<div class="dims">
fasfas
</div>
</div>
CSS
.wrap {
background: blue;
}
.dims {
background: red;
height: 100%;
position: absolute;
}