JSFiddle - React, Tailwind, and code Playground

HTML

<div id="page">
    <div id="margin">
        "some content here"
    </div>
</div>

CSS

#page{background:red;float:left;width:94%;height:300px; padding:3%;}
#margin{background:green;float:left;width:100%;height:300px;}