JSFiddle - React, Tailwind, and code Playground
HTML
<div class="pg-first"><h1>Main Page</h1></div>
<div class="pg-second"><h1>Second page</h1></div>
CSS
*{font-family:arial; margin:0em;}
body{height:100%; width:100%; position:absolute;}
.pg-first{height:100%; width:100%; background-color:white;}
.pg-second{height:100%; width:100%;}