JSFiddle - React, Tailwind, and code Playground

by shorif2000

HTML

<div>
  magix!
</div>

CSS

div{
  background: red;
  height: 100px;
  position: absolute;
  width: 100px;
  text-align:center;
  justify-content: center;
  vertical-align: center;
}