JSFiddle - React, Tailwind, and code Playground

by Alex Myronov

HTML

<div></div>

CSS

div {
	height: 100px;
	width: 100px;
	margin-left: auto;
	margin-right: auto;
	background-color: red;
	/* transform: translateY(-50%); */
	/* margin-top: 50%; */
	position: relative;
	top: 50%;
}