JSFiddle - React, Tailwind, and code Playground

HTML

<div class="block"></div>

CSS

.block{
    position:absolute;
    left:50%;
    top:50%;
    width:200px;
    height:200px;
    margin:-100px 0 0 -100px;
    background:blue;
}