JSFiddle - React, Tailwind, and code Playground
HTML
<div id="workWrapper">
<section id="marketing">
test
</section>
<section id="video"></section>
<section id="web"></section>
</div>
CSS
html, body {
margin: 0px;
padding: 0px;
height: 100%;
width: 100%;
}
#workWrapper {
height: 100%;
width: 100%;
overflow: show;
position: fixed;
white-space: nowrap;
z-index: 100;
}
#workWrapper section {
width: 100%;
height: 100%;
display: inline-block;
background: #aaa;
vertical-align: top;
}