JSFiddle - React, Tailwind, and code Playground

by dance2die

HTML

<div class="rectangle">
Rectangle
</div>

CSS

.rectangle{
  width: 100x;
  height: 50px;
  background-color: rebeccapurple;
  transform: rotate(90deg)
}