JSFiddle - React, Tailwind, and code Playground

by Muhammad Faisal Ashfaq

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 */
}