JSFiddle - React, Tailwind, and code Playground

HTML

<div class="thumbnail active"><img src="http://grado45.com/aie4/images/indicator.png"></div>

CSS

.thumbnail { position: relative; display: inline-block; }
.thumbnail.active:after { content: "NOW PLAYING"; position: absolute; top: 0; left: 0; width: 100%; height: 100%; box-sizing: border-box; -moz-box-sizing: border-box; padding: 10px; text-align: center; color: #fff; font-weight: bold; }
.thumbnail img { display: block; }