JSFiddle - React, Tailwind, and code Playground

by skeurentjes

HTML

<div id="header">
  Header
</div>
<div id="content">
  Content
</div>
<div id="footer">
  Footer
</div>

CSS

#header {
    width: 100%;
    height: 100px;
    background: red;
}