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