JSFiddle - React, Tailwind, and code Playground
by daclouds
HTML
<div>
<img src="http://minimalist.kr/images/index/univers_9.jpg">
</div>
CSS
html, body {
width: 100%;
height: 100%;
margin: 0px;
padding: 0px;
}
div {
width: 100%;
height: 100%;
}
div img {
width: 100%;
height: 100%;
}