JSFiddle - React, Tailwind, and code Playground

HTML

<div class="heart">
Lorem Ipsum Dolor
<span id="subtitle">Sub Heading Goes Here</span>
</div>

CSS

.heart {
	background-image: url(http://s5.hostingkartinok.com/uploads/images/2013/07/b311b3fe0b72c57c5d16165d9ef89c62.png);
	background-repeat: no-repeat;
	height: auto;
	width: 157px;
	padding-left: 40px;
	margin-left: 175px;
	color: #505050;
	font-family: Vijaya, sant-sarif;
	font-size: 18pt;
	position: relative;
}
#subtitle {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	color: #908f8f;
	position: absolute;
}