JSFiddle - React, Tailwind, and code Playground
by daneden
HTML
<img src="http://placedog.com/300/300">
<img src="http://placedog.com/300/300" width=300 height=300>
CSS
img {
-webkit-border-radius: 100%; /* Safari <=4, Chrome <= 10(?) */
-moz-border-radius: 100%; /* FF <=3.6 */
-o-border-radius: 100%; /* doesn't work on opera. le sigh. */
border-radius: 100%; /* ALL THE THINGS */
}