JSFiddle - React, Tailwind, and code Playground

by navyflower

HTML

<div id="first">
<div id="second">
<img src="http://www.helpinghomelesscats.com/images/cat1.jpg" width=360 height=360>  
</div>
</div>

CSS

#first {
    width: 100%;
    height: 100px;
}
img {
    max-height: 100%;
    width: auto !important;
}