JSFiddle - React, Tailwind, and code Playground
HTML
<div id="content">test</div>
<div id="footer">test</div>
CSS
#content { background: red; position: absolute; top: 0; left: 0; right: 0; bottom: 200px; }
#footer { background: green; position: absolute; left: 0; right: 0; bottom: 0; height: 200px; }