JSFiddle - React, Tailwind, and code Playground

by dying_sakura

HTML

<footer>

    <p class="copyright">© GROUP TITLE 2015</p>
</footer>

CSS

p.copyright {
	position: absolute;
	width: 100%;
    color: red;
    line-height: 40px;
    font-size: 0.7em;
	text-align: center;
	bottom:0;
}