JSFiddle - React, Tailwind, and code Playground
HTML
<div>
<p>Hola</p>
</div>
CSS
div {
display: flex;
align-items: center;
justify-content: center;
border: 1px solid red;
height: 400px;
width: 400px;
}
<div>
<p>Hola</p>
</div>
div {
display: flex;
align-items: center;
justify-content: center;
border: 1px solid red;
height: 400px;
width: 400px;
}