JSFiddle - React, Tailwind, and code Playground

HTML

<div class=circle><label>Manage Queriesn fejfej fejf  fejfe </label></div><div class=circle><label>Manage alot of Queries</label></div>

CSS

.circle
 {
  float:left;
  position:relative;
  border-radius: 50%;
  width: 128px;
  height: 128px; 
  background: #C70C11 url('myimage.png') no-repeat center center;
  }

  .circle > label
  {
    font-family:arial;
    position: absolute; 
    top: 128px; 
    text-align:center;
    width:inherit;
}