JSFiddle - React, Tailwind, and code Playground

HTML

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

CSS

.content {
    height: 10000px
}

.footer {
    background: red;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    height: 50px;
}