JSFiddle - React, Tailwind, and code Playground

by PhillipSenn

HTML

<div data-role="page" id="myPage1">
    <div data-role="header">
        <h1>Page 1 header</h1>
    </div>
    <h1>Page 1</h1>
    <div data-role="footer">

        <h1>Page 1 Footer</h1>
    </div>
</div>