JSFiddle - React, Tailwind, and code Playground

by michapixel

HTML

<div>
Hello
</div>

CSS

div {
	display: flex;
  transform: scale(calc(1/ 2));
  border: 1px dashed red;
}