JSFiddle - React, Tailwind, and code Playground

HTML

<div id="counter1" style="background-image:url(http://i.imgur.com/7NMEPIo.jpg);">

<div class="counter"><h2>Builds Completed</h2><br /><br/>
<h1>3</h1></div>
<div class="counter"><h2>Total Customers</h2><br /><br/>
<h1>4</h1></div>
<div class="counter"><h2>Months Online</h2><br /><br/>
<div class="number general_color"><h1>0</h1></div></div>
</div>

CSS

.counter {
margin-top: 20%;
	text-align: center;
	font-size: 14px;
	line-height: 22px;
	float: left; 
	width: 33%;
}
.counter h1 {
color: gold;
}
.counter h2 {
color: #E42217;
}
#counter1:after {
    clear: both;
    content: "";
    display: table;
}
#counter1:after {
    clear: both;
    content: "";
    display: table;
}