JSFiddle - React, Tailwind, and code Playground
HTML
<div id="footer"></div>
CSS
body {
font: 0.8em Arial, Helvetica, sans-serif;
background: url(Nattex.jpg);
color: #E8E0A2;
padding-left: 25%;}
#footer {
position: fixed;
left: 0; bottom: 0;
padding: 10px;
background: red;
color: #E8E0A2;
width: 100%;}