Account Creation Steps - Copy this React, Tailwind Component to your project
Create a component that has 3 points, being the first one in the left called Create account, the second one being About You and the third one being Personal details. This component will be used when the user is creating an account, so what should happen is that when you're on Create account and click on submit, you should be taken to the second step which is About You. The design should be the first one on the left, the second one on the middle and the third on the right. Each one of them has a circle which turns blue when the user is on that step. Between them there's a line, that turns blue if the user is on the step which is on the right of the line. When you go from one step to the other, there's an animation going from gray color to the blue color and also changing the circle color from gray which is the default to the blue one, which indicates that the step is now selected
