Nextjs Starter
Starter code for your Nextjs Boilerplate with Tailwind CSS
const App = props => {
    return (
      <div>
        <h1> React App </h1>
        <div>Awesome code</div>
      </div>
    );
  };
  
© Copyright 2023 Nextjs Starter.