JSFiddle - React, Tailwind, and code Playground

by Sebastian Kay

HTML

<div style="background-color: white; transform: scale(1);">🐭</div>

CSS

div {
	width: 400px;
	height: 400px;
	border: 1px solid black;
	font-size: 15rem;
}