JSFiddle - React, Tailwind, and code Playground
HTML
<div class="parent">
<img src="http://dummyimage.com/600x400/000/fff.jpg" alt="" />
<div class="child">This is dummy Text put here any text
This is dummy Text put here any textThis is dummy Text put here any textThis is dummy Text put here any textThis is dummy Text put here any textThis is
dummy Text put here any textThis is dummy Text put here any textThis is dummy Text put here any textThis is dummy Text put here any text</div>
</div>
CSS
.parent{
position:relative;
width:600px;
}
.child{position:absolute;
top:10;
left:10;
right:0;
color:white;
}