JSFiddle - React, Tailwind, and code Playground

HTML

<div class="footer">
<center><p>Quantum Design & Development<sup>&copy; 2013</sup>
</p></center>
</div>
<!-- end .footer -->

CSS

.footer {
	background-color:red;
	border-color: red;
	border-width: 1px;
    position: absolute;
    bottom: 0;
    width: 100%;
}