JSFiddle - React, Tailwind, and code Playground
HTML
<img src="http://lorempixel.com/400/200" />
CSS
html, body {
height:100%;
}
body {
display:flex;
justify-content: center;
align-items: center;
}
<img src="http://lorempixel.com/400/200" />
html, body {
height:100%;
}
body {
display:flex;
justify-content: center;
align-items: center;
}