JSFiddle - React, Tailwind, and code Playground
HTML
<div class="root">
<img src=http://www.google.com/intl/en_com/images/srpr/logo1w.png />
</div>
CSS
.root {
width: 150px;
height: 150px;
border: 1px solid black;
display: table-cell;
text-align: center;
vertical-align: middle;
background-color: blue;
}
.root img {
width: 130px;
max-height: 130px;
}