JSFiddle - React, Tailwind, and code Playground

by Rajeesh Menoth

HTML

<div class="RoundCircle">MR</div>
<div class="RoundCircle">IR</div>
<div class="RoundCircle">I</div>

CSS

.RoundCircle {
width: 50px;
    height: 50px;
    border-radius: 50%;
    color: #fff;
    line-height: 50px;
    text-align: center;
    background: #ADAAAA;
    font-size: 14px;
    }