JSFiddle - React, Tailwind, and code Playground

HTML

<div class="img-thumbnail img-circle">
 
    <img class="img-circle" style="width: 140px; height: 140px;" >
 
</div>

CSS

.img-circle {
  border-radius: 55%;
}
.img-circle {
  background:green;
}

.img-thumbnail {
display:inline-block;
overflow: hidden;
height: 140px;
border: 5px solid white;
}