JSFiddle - React, Tailwind, and code Playground

by Gregor Z.

HTML

<div class="a">
a
</div>

CSS

.a {
  position: absolute;
  width: 50px;
  height: 30px;
  right: 2px;
  top: 20px;
  border: 1px solid peru;
}