JSFiddle - React, Tailwind, and code Playground

HTML

<div class='tv'>Sample Text</div>

CSS

.tv {
  background: green url("http://phrogz.net/svg/800x800.svg");
  width: 400px;
  height: 400px;
}