JSFiddle - React, Tailwind, and code Playground

by incutonez

HTML

<span class="my-span">Hi</span>

CSS

.my-span {
  height: 2rem;
  width: 2rem;
  background-color: blue;
}