JSFiddle - React, Tailwind, and code Playground

HTML

<footer> Copyright </footer>

CSS

footer {
    margin: auto;
    height: 330px;
    background-color: #1e2127;
    color: #ffffff;
    text-align:center;
}