JSFiddle - React, Tailwind, and code Playground
HTML
<span>
i
</span>
CSS
span {
width: 40px;
height: 40px;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
background-color: lightblue;
}
<span>
i
</span>
span {
width: 40px;
height: 40px;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
background-color: lightblue;
}