JSFiddle - React, Tailwind, and code Playground
by alpacalips
HTML
<div id="mydiv">content</div>
<p>^^^You can't touch this^^^</p>
CSS
#mydiv {
background: gold;
position: absolute;
width: 300px;
top: 0; left: 0; right: 0; bottom: 0;
margin: 0 auto 30px auto;
}
p {
position: absolute;
width: 100%;
bottom: 0;
text-align: center;
}