JSFiddle - React, Tailwind, and code Playground

by scruffles

HTML

<div>
    <div class="centered"/>
</div>

CSS

.centered {
    height: 50px;
    width: 50px;
    position: absolute;
    top: 50%;
    background-color: red;
}