JSFiddle - React, Tailwind, and code Playground
by Jesse M
HTML
<div class="wrapper">
<div class="body">Main body contain</div>
<div class="footer">Footer</div>
</div>
CSS
.wrapper{ width:980px; margin:0 auto}
.body{background:red}
.footer{ position:absolute; left:0; width:100%; background:green}