JSFiddle - React, Tailwind, and code Playground
HTML
<img id="round-image" src="http://www.gravatar.com/avatar/ef34270d27d84c2f9440bc613ec651be?s=128&d=identicon&r=PG">
CSS
#round-image {
border-radius: 100%;
-o-border-radius: 100%;
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
border:1px solid red
}