JSFiddle - React, Tailwind, and code Playground

HTML

<section id="screen1"></section>
<section id="screen2"></section>
<section id="screen3"></section>

CSS

section {height: 100vh;}

/* Seccões */
#screen1 {background: #43b29d;}
#screen2 {background: #efc94d;}
#screen3 {background: #e1793d;}