JSFiddle - React, Tailwind, and code Playground

HTML

<h1>Title</h1>
  
<div id="text">
  <p>text, text,</p>
</div>

CSS

h1 {
	text-indent: -999em;
	background: transparent url('http://b.vimeocdn.com/ps/302/842/3028420_300.jpg') 0 0 no-repeat;
    height: 300px;
}