JSFiddle - React, Tailwind, and code Playground

by Academia

HTML

<body>
     <img src="http://simswiki.info/images/f/f8/Under_construction.png" width="50%" />
 </body>

CSS

html, body{
        height: 100%;
        width: 100%
        display: block;
    }
    
    img{
        position: absolute;
        margin: auto;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
}