JSFiddle - React, Tailwind, and code Playground

by Benjamin

HTML

<figure><img src="http://placekitten.com/200/200" width="200"> 
    <p>Image distorted!<p>
</figure>

CSS

figure{
    width:150px;
    height:150px;
    border-radius:50%;
    overflow:hidden;
}