JSFiddle - React, Tailwind, and code Playground

HTML

<div>
    Sticky Footer
</div>

CSS

div{
  position:fixed;
  bottom:0;
  right:0;
  left:0;
  background:#00adfc;
  padding:10px;
  box-sizing:border-box;
}