JSFiddle - React, Tailwind, and code Playground

HTML

<div>
Hello
</div>

CSS

div {
  transform: scale(calc(1/ 2));
}