JSFiddle - React, Tailwind, and code Playground

HTML

<div style="width: 200px; height: 300px; background: red;">
    <div style="max-width: 100%; max-height: 100%; background: blue;">
                <img src="http://placehold.it/200x800" style="width: auto; height: auto; max-width: inherit; max-height: inherit" />

    </div>
</div>