JSFiddle - React, Tailwind, and code Playground

by Ivan Vasilyev

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;
}