JSFiddle - React, Tailwind, and code Playground

HTML

<!doctype html>
<head>
  <meta charset="utf-8">
  <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">

  <title>Test</title>
  <meta name="viewport" content="width=device-width">
</head>
<body>  
    <div class='tv'>Sample Text</div>
</body>
</html>

CSS

.tv {
      background: url("http://ykcreations.com/tv.svg");
      width: 400px;
      height: 400px;
    }