JSFiddle - React, Tailwind, and code Playground

by Craig Haywood

HTML

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

CSS

img{
    
    border-radius: 5px;
    
}