import React from "react"; import "tailwindcss/tailwind.css"; type LoginProps = { }; const LoginPage = ({ }: LoginProps) => (