JSFiddle - React, Tailwind, and code Playground

HTML

<div class="footer_bottom"><span class="left"></span><img src="http://upload.wikimedia.org/wikipedia/commons/thumb/5/51/Google.png/250px-Google.png" alt="Artisan House"><span class="right"></span></div>

CSS

.footer_bottom { 
	width:100%; 
	text-align:center; 
	border-bottom: 2px solid #cec5ba; 
	line-height:0.1em; 
	margin:37px 0 20px; 
} 
.footer_bottom img { 
	position:absolute; top:0;
    left:50%;
    margin-left:-125px;
}