JSFiddle - React, Tailwind, and code Playground

by jackrugile

HTML

<div></div>

CSS

div {
    background: #000;
    width: 100px;
    height: 100px;
    position: absolute;
    bottom: 50%;
    left: 50%;
    margin: 0 0 -50px -50px;
}