JSFiddle - React, Tailwind, and code Playground

HTML

<div id="footer">
</div>

CSS

#footer {
    background: #4b4b4b;
    color: #868686;
    padding: 0;
    position: relative;
    height: 100px;
    width: 900px;
}