JSFiddle - React, Tailwind, and code Playground

HTML

<div id="main">Test</div>

CSS

body { background-color: red; margin:0; padding: 0 }

#main { background-color: blue; margin-top: 0px; }