JSFiddle - React, Tailwind, and code Playground
HTML
<div class="footer">
</div>
CSS
.footer {
position:absolute;
bottom:0;
width:100%;
background:#6cf;
height: 100px;
}
<div class="footer">
</div>
.footer {
position:absolute;
bottom:0;
width:100%;
background:#6cf;
height: 100px;
}