JSFiddle - React, Tailwind, and code Playground
HTML
<div class="page">
<footer>footer</footer>
</div>
CSS
html, body {
margin:0;
height:100%;
}
footer{position:absolute;bottom:0px;width:0px;}
.page{position:relative;min-height:100%;}
<div class="page">
<footer>footer</footer>
</div>
html, body {
margin:0;
height:100%;
}
footer{position:absolute;bottom:0px;width:0px;}
.page{position:relative;min-height:100%;}