JSFiddle - React, Tailwind, and code Playground

HTML

<div class="header"></div>
<div class="content"></div>
<div class="footer"></div>

CSS

.header{height:50px; width:100%; background:blue; color:#FFF;}
.content{min-height:800px; width:100%; background:#FFF;}
.footer{height:50px; width:100%; background:#FF0; color:#FFF;}