JSFiddle - React, Tailwind, and code Playground

by Bacher

HTML

<div id="figure" class="my-figure">
 123
</div>

CSS

.my-figure {
  transform: scale(2);
}

#figure {
  width: 100px;
  height: 100px;
  background: red;
  translate: 100px 200px;
  rotate: 20deg;
}