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);
}
<div id="cube">
</div>
#cube{
background-color: red;
width: 100px;
height: 100px;
transform: rotate(45deg) scaleX(2);
}