JSFiddle - React, Tailwind, and code Playground

by bobbyrne01

HTML

<div class="yellow frame">
    <div>
        <img id="grid" src="http://placehold.it/400x250" />
    </div>
</div>

CSS

body {
    min-height:100%;
}

.yellow {
    background-color: yellow;
}

.frame {
    width: 100%;
    height: 100%;
}