JSFiddle - React, Tailwind, and code Playground

HTML

<div id="type_box" class="box_okay"></div> Text Here

CSS

#type_box {
	width:30px;
	height:30px;
	margin-right:10px;
	border-radius:20px;
	float:left;
	display:inline;
}
.box_okay {
	background:url(http://s29.postimg.org/gjnuph0gz/tick.png) no-repeat;
	background-size: contain;
}