JSFiddle - React, Tailwind, and code Playground
HTML
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css">
<div class="container">
<div class="row">
<div class=" col-md-12 text-center">
<img class="img-responsive" src="http://lorempixel.com/200/200/city" alt="Imagem"/>
</div>
</div>
</div>
CSS
.text-center .img-responsive {
margin: 0 auto;
}