JSFiddle - React, Tailwind, and code Playground
HTML
<div>
<img src="http://www.dryurphone.com/phone%20iphone%20new.jpg" />
</div>
CSS
img, body,html{
margin:0;
padding:0;
}
img{
height: 100%;
}
div{
background: red;
height: 200px;
width: 500px;
text-align:center;
}