JSFiddle - React, Tailwind, and code Playground

HTML

<div id="ImageContainer">
    <img src="http://placekitten.com/900/400" class="Image" />
</div>

CSS

div#ImageContainer { width: 1200px; }
img.Image { max-width: 100%;}