JSFiddle - React, Tailwind, and code Playground

by Vladimir Sobolev

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%);
}