JSFiddle - React, Tailwind, and code Playground

by Alex Myronov

HTML

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

CSS

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