JSFiddle - React, Tailwind, and code Playground

HTML

<div class="col-sm-12">
<div class="circle col-sm-6">450 <br/> reviews </div>
<div class="circle col-sm-6">4.2 million <br/> readers </div>
</div>

CSS

.circle
    {
      float:left;
      margin-right:10px;
    width:150px;
    height:150px;
    border-radius:150px;
    font-size:20px;
    color:#fef;
    line-height:100px;
    text-align:center;
    background:#000
    }