JSFiddle - React, Tailwind, and code Playground
HTML
<figure><img src="http://placekitten.com/200/200" width="200">
<p>Image distorted!<p>
</figure>
CSS
img{
border-radius: 5px;
}
<figure><img src="http://placekitten.com/200/200" width="200">
<p>Image distorted!<p>
</figure>
img{
border-radius: 5px;
}