JSFiddle - React, Tailwind, and code Playground

HTML

<div>
    <img src="http://placehold.it/350x150" alt="Placeholder Image" />
</div>

CSS

div {
    width: 30%; border: 1px solid red; height: 30%;
}

img {
    width: 100%;
    position: absolute;
}