JSFiddle - React, Tailwind, and code Playground

by Brodingo

HTML

<header>Hello</header>
<script type="text/javascript" src="https://glimmer.formstack.com/forms/js.php?2008107-R25p6Cfz0T-v3"></script><noscript><a href="https://glimmer.formstack.com/forms/acknowledgement" title="Online Form">Online Form - Acknowledgment &amp; Receipt</a></noscript><div style="text-align:right; font-size:x-small;"><a href="http://www.formstack.com?utm_source=jsembed&utm_medium=product&utm_campaign=product+branding&fa=h,2008107" title="Web Form Builder">Web Form Builder</a></div>

CSS

body {
    min-height: 1200px;
    margin-top: 60px;
    background: steelblue;
}

header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 10px;
    background: white;
    box-shadow: 0 1px 2px rgba(0,0,0,.2);
}