JSFiddle - React, Tailwind, and code Playground
by paulftw
HTML
<div>
<span>dg</span>
</div>
CSS
body {
padding: 100px;
}
div {
background-color: #dc6455;
color: rgba(255,255,255,0.7);
width: 64px;
height: 64px;
border-radius: 50%;
text-align: center;
line-height: 32px;
vertical-align: middle;
font-size: 24px;
position: relative;
}
span {
position: absolute;
top: 8px;
left: 4px;
}