JSFiddle - React, Tailwind, and code Playground
by Paulo Balbino
HTML
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css">
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js"></script>
<div class="form-group">
<div class="row">
<div class="col-md-4 col-md-offset-4">
<div align="center">
<div class="input-group" style="max-width: 280px">
<input type="text" class="form-control" style="width: 280px" />
<span class="input-group-addon"><i class="glyphicon glyphicon-envelope"></i></span>
</div>
</div>
</div>
</div>
</div>