JSFiddle - React, Tailwind, and code Playground

by apaul34208

HTML

<div class="center"></div>

CSS

.center{
    position: absolute;
    height: 50px;
    width: 50px;
    background:red;
    top:calc(50% - 50px/2);
    left:calc(50% - 50px/2);
}