JSFiddle - React, Tailwind, and code Playground

HTML

<div class="aaa">
fsdfsd
</div>

CSS

.aaa {
    transform: translate3d(-50%, -50%, 0);
    position: absolute;
    top: 50%;
    left: 50%;
 }