JSFiddle - React, Tailwind, and code Playground
HTML
<div>
<img src="https://image.flaticon.com/icons/svg/1077/1077114.svg" alt="">
</div>
CSS
div {
width: 60px;
height:60px;
background: silver;
border-radius:50%;
}
img {
width:70%;
text-align:center;
margin: 0 auto;
}