JSFiddle - React, Tailwind, and code Playground
HTML
<body>
<div id="outer">
<div class="inner">some txt</div>
</div>
</body
CSS
#outer {
width:500px;
height:150px;
position:absolute;
background-color:Blue;
text-align:center;
}
#outer .inner {
margin-top:120px;
}