JSFiddle - React, Tailwind, and code Playground

by kodjoe mambi

HTML

<img src="http://i.imgur.com/5NK0H1e.jpg" alt="">

CSS

html,body{
    margin:0;
    height:100%;
    overflow:hidden;
}
img{
    min-height:100%;
    min-width:100%;
    height:auto;
    width:auto;
    position:absolute;
    top:-100%; bottom:-100%;
    left:-100%; right:-100%;
    margin:auto;
}