JSFiddle - React, Tailwind, and code Playground
HTML
<div class="container">
<div class="left">
<img src="http://4.bp.blogspot.com/-FbyQUvCfcsc/T-WiGWwdzZI/AAAAAAAAAuc/23NBI95QlmY/s000/gplus.png" />
</div>
<div class="right">
<img src="http://3.bp.blogspot.com/-HPHUoa0ufsw/T-WiGqwz3YI/AAAAAAAAAuk/MEYc0chl5zs/s000/linkedin.png" />
</div>
<div class="center">
<img src="http://2.bp.blogspot.com/-HoByHzmab00/T-WiFnncFXI/AAAAAAAAAuM/eIStHRliy7Y/s000/twitter.png" />
</div>
</div>
CSS
.left{
float: left;
}
.right{
float: right;
}
.center{
width:16px;
margin:0 auto
}