JSFiddle - React, Tailwind, and code Playground

by SeasonEnds

HTML

<div class="image-wrapper">
    <img src="http://placecage.com/800/670" class="set-image">
</div>

CSS

.image-wrapper {
	height:670px;
	width:100%;
	overflow: hidden;
}

.set-image {
	width:100%;
	height:100%;
}