JSFiddle - React, Tailwind, and code Playground
HTML
<div><img src="http://htmlforum.ru/uploads/profile/photo-thumb-75550.jpg?_r=1373986902" alt=""></div>
<div><img src="https://www.google.ru/images/srpr/logo11w.png" alt=""></div>
<img src="https://www.google.ru/images/srpr/logo11w.png" alt="">
CSS
div {
width: 200px;
height: 200px;
line-height: 200px;
border: 2px solid blue;
text-align: center;
}
img {
vertical-align: middle;
margin: 0 auto;
display: inline-block;
max-width: 100%;
}