JSFiddle - React, Tailwind, and code Playground

by Benjamin

HTML

<figure><img src="http://welovekaleycuoco.com/wp-content/uploads/2013/11/Kaley-Cuoco-Wallpapers-81.jpg" class="rounded-corners-2" width="200"> 
    <p>Image distorted!<p>
</figure>

CSS

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