JSFiddle - React, Tailwind, and code Playground
by Qwerty_Wasd
HTML
<div class="advert">
<img src="https://blog.addthiscdn.com/wp-content/uploads/2016/03/01125908/200-200-pixels.png">
<img src="https://blog.addthiscdn.com/wp-content/uploads/2016/03/01125908/200-200-pixels.png">
<span>i'm text</span>
</div>
CSS
.advert {position: relative;}
img{display:inline-block;}
span{position: absolute;top: 50%;transform: translateY(-50%);margin-left:5px;border:1px solid red;}