JSFiddle - React, Tailwind, and code Playground

by rahilwazir

HTML

<div style="background-image: url('https://c1.staticflickr.com/3/2876/8863614512_2aa18eeda1_h.jpg'); height:100px; position: relative;">
    <p class="caption">Test</p>
</div>

CSS

.caption{
    position: absolute;
    bottom:0;
    margin: 0;
    color: #fff;
}