Signup Page - Copy this React, Tailwind Component to your project
Create a multi step signup page for an alumni website using React and Tailwind CSS. Begin by asking the user to verify their email address, with an option for password recovery via OTP and password reset. After email verification, prompt the user to select their institution from a dropdown, followed by choosing their role as Student, Alumni, or Faculty. For Students, ask for official college email verification, or offer manual verification, then collect their hall ticket number, year of passing, and department (B.Tech or M.Tech) before showing a "Registration Completed" popup. For Alumni and Faculty, collect their employee ID and follow a similar process, concluding with a registration success message. The UI should be responsive and user friendly.
