JSFiddle - React, Tailwind, and code Playground

by Ulrich Bangert

HTML

<span>
  i
</span>

CSS

span {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: lightblue;
}