JSFiddle - React, Tailwind, and code Playground

by ebiewener

HTML

<div id="header">

    <div id="text1">ONE</div>
    <div id="text2">TWO</div>
    <div id="text3">THREE</div>
    <div id="text4">FOUR</div>

</div>

<div id="main-content"></div>

CSS

#header{height:575px;background-color:black; border:blue 1px solid; overflow:scroll;}
#header div{color:red; font-size:48px; height:575px;}
#text1{}
#text2{}
#text3{}
#text4{}
#main-content{height:1000px;background-color:grey;}