HJ
Hauer Jake
Login Page - Copy this React, Tailwind Component to your project
Export default function Login() { return ( <> <form> <label> <input type="text" name="name" /> <br /> </label> <label> <input type="password" name="password" /> <br /> </label> <input type="submit" value="Login" /> <br /> <input type="submit" value="Sign up" /> <br /> </form> </> ); } design the page tailwind scss for login page about contruction koi pond
Prompt
