JSFiddle - React, Tailwind, and code Playground
by rodneyhickman
HTML
<div class="bestInKlasRankCircle">
<div>Rank
<div id="rankValue">1</div>
</div>
</div>
CSS
.bestInKlasRankCircle {
border-radius: 50%;
behavior: url(PIE.htc); /* remove if you don't care about IE8 */
font-family: 'Arial' , 'Helvetica' , sans-serif;
font-size: 12px;
color: white;
margin: 5px;
width: 40px;
height: 40px;
padding: 5px;
background-color: #d87635;
text-align:center;
vertical-align:middle;
}
#rankValue{
font-family: 'Arial' , 'Helvetica' , sans-serif;
font-size: 18px;
}