JSFiddle - React, Tailwind, and code Playground

HTML

<div class="wrapper">
    <div><img src="http://placehold.it/600x150" /></div>
</div>

CSS

.wrapper { display: block; max-width: 200px; }
div { display: table }
img { max-width: 100%;  }