JSFiddle - React, Tailwind, and code Playground
HTML
<div class="footer_bottom">
<div></div>
</div>
CSS
.footer_bottom {
width:100%;
text-align:center;
border-bottom: 2px solid #cec5ba;
line-height:0.1em;
margin:37px 0 20px;
}
.footer_bottom div {
position:absolute;
top:0;
content: url(http://upload.wikimedia.org/wikipedia/commons/thumb/5/51/Google.png/250px-Google.png);
left:50%;
margin-left:-125px;
background: #fff;
}