JSFiddle - React, Tailwind, and code Playground

HTML

<div class="rotate">transform: rotate(45deg)</div>

CSS

.rotate{
  margin:40px;
  width:100px;
  height:100px;
  padding:15px;
  color:white;
  transform: rotate(45deg);
  background-color:#1F8A70;
}