JSFiddle - React, Tailwind, and code Playground

by Hakan Bilgin

HTML

<div>
  test
</div>

CSS

div {
  position: absolute;
  top: 50%;
  left: calc(50% + 1px);
  width: 37px;
  height: 25px;
  border: 1px solid red;
  transform: translateX(-50%) translateY(-50%);
}