JSFiddle - React, Tailwind, and code Playground

HTML

<div id="imageDiv">
    <div style="background-image: url(http://placehold.it/100/ff0000/000000); width: 100px; height: 100px;">
        <div style="padding: 10px 0 0 10px">sample text</div>
    </div>
</div>