JSFiddle - React, Tailwind, and code Playground

HTML

<div>
    <img src="http://1x1px.me/FF4D00-.0.png" alt="">
    <h1>FOO</h1>
</div>

CSS

div {
    position: relative;
    width: 50%;
    border: 1px solid blue;
}

img {
    width: 100%;
    height: auto;
}

h1 {
    position: absolute;
    top: 10px;
    left: 10px;
}