JSFiddle - React, Tailwind, and code Playground

HTML

<div style="width: 50px;">
    <img src="http://placekitten.comp/100/100" width="200" height="200">
</div>

CSS

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