JSFiddle - React, Tailwind, and code Playground
HTML
<div><img src="http://stephboreldesign.com/wp-content/uploads/2012/03/lorem-ipsum-logo.jpg"/></div>
CSS
body {
padding: 0;
border: 0;
margin: 0;
width: 100%;
height: 100%;
}
div {
background: red;
width: 100%;
height: 100%;
}
img {
width: 100%;
height: auto;
max-width: 325px;
max-height: 325px;
}