JSFiddle - React, Tailwind, and code Playground
by oti ext
HTML
<img src="https://placekitten.com/g/700/500" />
CSS
html{
display: table;
width: 100%;
height: 100%;
}
body{
display: table-cell;
text-align: center;
vertical-align: middle;
}
img{
max-width: 100%;
max-height: 100%;
}