JSFiddle - React, Tailwind, and code Playground

by Guillaume Seguin

HTML

<div class="img-circular">
  <img src="https://3-5-0-dot-yanport-www.appspot.com/assets/images/logos/data-360-logo.png" atl="" />
</div>

CSS

.img-circular{
 border-radius: 130px;
 display: inline-block;
 padding: 30px;
 background-color: lightgray;
}

img {
 width: 200px;
 height: 200px;
}