return ( <div class="flex justify-center items-center h-screen"> <h1 class="text-6xl text-center">Hello World</h1> </div> );