JSFiddle - React, Tailwind, and code Playground

HTML

<div id="block"></div>

CSS

#block {
    background-color: #000000;
    height: 100px;
    width: 100px;
    position: absolute;
    left: 50%; top: 50%;
    transform: translate(50%, 50%);
}