JSFiddle - React, Tailwind, and code Playground

HTML

<div><img src="http://watduck.jpg.to" /></div>

CSS

div {
    width: 10%;
}
img {
    max-width: 100%;
}