JSFiddle - React, Tailwind, and code Playground
by web tiki
HTML
<link rel="stylesheet" href="http://maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css">
<button id='facebook-connect'><i class="fa fa-facebook fa-2x"></i>Connect</button>
CSS
button{
color: #FFFFFF;
background: #0000FF;
border: none;
border-radius: 5px;
}
.fa-facebook{
position:relative;
top:5px;
vertical-align: middle;
}