JSFiddle - React, Tailwind, and code Playground

HTML

<h1>K<span></span>tchenwall</h1>

CSS

h1{
	font: 22px Cabin;
	color: #939393;
	float: left;
}
h1 span{
	background: url("http://placehold.it/13x22");
	display: inline-block;
	width: 13px;
	height: 22px;
    position:relative;
    top: 20px;
}