JSFiddle - React, Tailwind, and code Playground
HTML
<div class="cont">
<img src="https://i.ebayimg.com/images/g/xZoAAOSw8AhaThUe/s-l1600.jpg" />
</div>
CSS
.cont {
position:relative;
}
img {
width:100%;
}
.content {
position: absolute;
width: 68.7%;
height: 67.6%;
background: Red;
left: 15%;
top: 11%;
}
}