JSFiddle - React, Tailwind, and code Playground

by Renan Gomes

HTML

<div>
  <img src='https://www.gravatar.com/avatar/36bc678f22b461da77d9b5d0a6609d78?s=32&d=identicon&r=PG'/>
</div>

CSS

div {
  border: 2px solid red
}

img {
  max-width:100%;
  max-height:100%;
}