JSFiddle - React, Tailwind, and code Playground

HTML

<div class="wrapper">
    <img src="http://213.251.177.42/misc/background-problem/top.png" alt="funny"/>
</div>

CSS

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