export const Navbar = () => ( <div> <div class="text-4xl fixed top-0 left-0 w-full p-4 text-center bg-primary">Navbar</div> </div> )