JSFiddle - React, Tailwind, and code Playground
HTML
<div>
<img src="http://placehold.it/350x350">
</div>
CSS
div {
width: 400px;
height: 500px;
background-color: #888;
position: relative
}
img {
position: absolute;
top: 50%;
transform: translateY(-50%)
}