JSFiddle - React, Tailwind, and code Playground

HTML

<div>
    <img src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcSipSjj-49xqW89SeptVggpEw27JXSDfmfgtPvlqPwOsP2W6sIXpdeMhLM" alt="">
        <div class='main'>ol1231231olo</div>
</div>

CSS

img{
    height:100%;
    width:100%;
    position: fixed ;
    z-index: 1;
  
}
.main{
    position:relative;
    z-index:2;
    
    color:white;
}