JSFiddle - React, Tailwind, and code Playground
by derekstory
HTML
<div id="footer_container">
<div style="text-align: center">Made by XYZ</span>
<div style="float: right;"><a href="#top">Return to Top</a></div>
</div>
CSS
#footer_container
{
background: #7fc041;
bottom: 0;
height: 1.9em;
left: 0;
position: fixed;
width: 100%;
}