JSFiddle - React, Tailwind, and code Playground

HTML

<div class="wrapper">
    <img src="http://lorempixel.com/200/1500/" alt=""/>
</div>

CSS

.wrapper {
    height: 100%;
}
img {
    height: 100%;
}