JSFiddle - React, Tailwind, and code Playground

HTML

<div class="element-wrapper">
<div class="target-element" style="">Target Element</div>
</div>

CSS

.element-wrapper {
  position: absolute;
  top: 100px;
  left: 80px;
  outline: solid 1px red;
}
.target-element {
  background: green;
  transform: rotate(0.982927rad);
  width: 148px;
  height: 46px;
  line-height: 46px;
  text-align: center;
}