JSFiddle - React, Tailwind, and code Playground
HTML
<div class="container">
<img src="firstcar.gif" name="slide" width="100" height="56" />
<span>Added Text Here</span>
</div>
CSS
div.container {
position: relative;
}
span {
position: absolute;
top: 0;
}