JSFiddle - React, Tailwind, and code Playground
by petran
HTML
<div id="imgContainer">
<img src="path/to/image.png" />
</div>
CSS
#imgContainer {
height: 300px;
line-height: 300px;
text-align: center;
background-color: #000;
border: 2px solid #f90;
width: 50%;
margin: 0 auto;
}