JSFiddle - React, Tailwind, and code Playground
HTML
<img width="60" height="20" class="centered" title="" alt=""...
CSS
.centered {
position:fixed;
top:50%;
left:50%;
margin-top:-10px; /* half the height */
margin-left:-30px; /* half the width */
}