JSFiddle - React, Tailwind, and code Playground
HTML
<div><img src="http://watduck.jpg.to" /></div>
CSS
div {
width: 10%;
}
img {
max-width: 100%;
}
<div><img src="http://watduck.jpg.to" /></div>
div {
width: 10%;
}
img {
max-width: 100%;
}