JSFiddle - React, Tailwind, and code Playground
by MattStrange
HTML
<div class="centered">
<p>Here is my div content!!</p>
</div>
CSS
div.centered {
display:block;
position:absolute;
top:50%;
left:35%;
width:350px;
}
by MattStrange
<div class="centered">
<p>Here is my div content!!</p>
</div>
div.centered {
display:block;
position:absolute;
top:50%;
left:35%;
width:350px;
}