JSFiddle - React, Tailwind, and code Playground

by Drath

HTML

<div>A Thing</div>
<p>Something Else</p>
<span>A Footer?</span>

CSS

div {
top:50%;
left:50%;
position:absolute;
}

span {
position:absolute;    
bottom:0;
}