JSFiddle - React, Tailwind, and code Playground

by phaas

HTML

<body>
    
    <header>
        <H1>Header</H1>
    </header>
    
    <section>
        Section 1
    </section>
    <section>
        Section 2
    </section>
    <section>
        Section 3
    </section>
    
</body>

CSS

section {
    page-break-before: always;
}