JSFiddle - React, Tailwind, and code Playground
by Andrew Good
HTML
<div class="container">
<img src="http://keepinitkind.com/wp-content/uploads/2013/06/Chocolate-Strawberry-Shortcake-Waffles-38.jpg" />
</div>
CSS
.container{
width:100px
height:100px;
border-radius: 100%;
overflow:hidden;
}