JSFiddle - React, Tailwind, and code Playground

by Aravinth K

HTML

<div class="test">

1
</div>
<div class="test">

2
</div>

CSS

.test{
   display: inline-block;
  width: 64px;
  height: 64px;
  background: red;
  position:relative;
  overflow:hidden;
  text-align:center;
  line-height:64px;
  font: bold 32px sans-serif;
   color:white
}