JSFiddle - React, Tailwind, and code Playground
HTML
<img src="https://unsplash.it/800/600" alt="">
CSS
html,
body {
height: 100%;
overflow: hidden;
}
img {
position: absolute;
top: 50%;
left: 50%;
min-width: 100%;
min-height: 100%;
transform: translate(-50%, -50%);
}