JSFiddle - React, Tailwind, and code Playground
HTML
<div>
<h1>
David
</h1>
</div>
CSS
div {
display: flex;
justify-content: center;
align-items: center;
height: 100%;
width: 100%;
position: absolute;
}
<div>
<h1>
David
</h1>
</div>
div {
display: flex;
justify-content: center;
align-items: center;
height: 100%;
width: 100%;
position: absolute;
}