JSFiddle - React, Tailwind, and code Playground
HTML
<div class="footer">
<center><p>Quantum Design & Development<sup>© 2013</sup>
</p></center>
</div>
<!-- end .footer -->
CSS
.footer {
background-color:red;
border-color: red;
border-width: 1px;
}