JSFiddle - React, Tailwind, and code Playground
HTML
<div id="test">
<img src="https://www.google.com.br/images/srpr/logo11w.png" />
</div>
CSS
#test {
background-color: #000000;
display: table-cell;
height: 800px;
text-align: center;
width: 800px;
vertical-align: middle;
}