JSFiddle - React, Tailwind, and code Playground

by bhupendra negi

HTML

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

CSS

img{

  border-radius: 6px;
  object-fit: cover;
}