JSFiddle - React, Tailwind, and code Playground

HTML

<div id="cube">

</div>

CSS

#cube{
  background-color: red;
  width: 100px;
  height: 100px;
  transform: rotate(45deg) scaleX(2);
}