JSFiddle - React, Tailwind, and code Playground

by abeisgreat

HTML

<div class="Absolute-Center"></div>

CSS

.Absolute-Center {
  width: 100px;
  height: 100px;
  margin: auto;
  position: absolute;
  top: 0; left: 0; bottom: 0; right: 0;
  background-color: purple;
}