JSFiddle - React, Tailwind, and code Playground

HTML

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

CSS

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