JSFiddle - React, Tailwind, and code Playground
HTML
<div><img src="http://flickholdr.com/50/50/face" alt="" width="50" height="50"/></div>
CSS
div {
border-radius: 50%;
width: 50px;
height: 50px;
overflow:hidden;
}
<div><img src="http://flickholdr.com/50/50/face" alt="" width="50" height="50"/></div>
div {
border-radius: 50%;
width: 50px;
height: 50px;
overflow:hidden;
}