JSFiddle - React, Tailwind, and code Playground

by Outrora

HTML

<div class="name"></div>

CSS

.name {
	width: 100px;
	height: 100px;
	background: black;
	transform: scale(0);
}