JSFiddle - React, Tailwind, and code Playground
HTML
<div id="header" style="position:absolute; background:red; top:0px; left:0px; height:10%; right:0px;overflow:hidden;"> header
</div>
<div id="content" style="position:absolute; background:green;top:10%; bottom:10%; left:0px; right:0px; overflow:auto;">
</div>
<div id="footer" style="position:absolute; background:blue; bottom:0px; height:10%; left:0px; right:0px; overflow:hidden;">
</div>