JSFiddle - React, Tailwind, and code Playground

by berrym

HTML

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

CSS

div{
    width:150px;
    height:150px;
    border-radius:20px;
    overflow:hidden;
    background-color: pink;
}