JSFiddle - React, Tailwind, and code Playground

by Qwerty_Wasd

HTML

<div class='text-img'>Lorem ipsum</div>

CSS

.text-img{
	font-size: 40px;
	font-weight: bold;
	background-image: url("http://sakhalife.ru/wp-content/uploads/2017/11/1504694708_allfons.ru_21138-560x350.jpg");
	background-size: cover;
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
}