JSFiddle - React, Tailwind, and code Playground
HTML
<h1>
<img src="img/headerimg.png" width="900" height="125"/>
Header 1 text
</h1>
CSS
h1 {
margin-top:-500px;
position:absolute;
}
h1 img {
position:absolute;
margin-top:500px;
}