import '../styles/globals.css' import "tailwindcss/tailwind.css"; function MyApp({ Component, pageProps }) { return } export default MyApp