JSFiddle - React, Tailwind, and code Playground
by Daedalus
HTML
<span> A LOT OF TEXT GOES HERE</span>
CSS
span {
background-image: url('http://placekitten.com/200/300');
background-clip: text;
font-family: "Lucida Sans Typewriter", "Lucida Console", Monaco, "Bitstream Vera Sans Mono", monospace;
font-size: 54px;
}