JSFiddle - React, Tailwind, and code Playground

by Joshua Powell

HTML

<div class="bg">
    
    <img src="http://healthbenefitsohio.com/images/agent.svgz" alt="agent" />
    
</div>

CSS

html, body {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
}

.bg {
    background: aliceBlue;
    width: 100%;
    height: 100%;
}