This tailwind ui form shows how to create an account by adding information fields like name, email, password, phone number, address, etc.
<section class="py-24 relative"> <div class="w-full max-w-7xl px-4 md:px-5 lg:px-5 mx-auto"> <div class="w-full flex-col justify-start items-start gap-12 inline-flex"> <h2 class="w-full text-center text-gray-900 text-4xl font-bold font-manrope leading-normal">Account Information</h2> <div class="w-full flex-col justify-center items-center gap-8 flex"> <ol class="w-full flex items-center justify-center gap-8 text-xs text-gray-900 font-medium sm:text-base"> <li class="flex relative text-center text-indigo-600 text-base font-semibold leading-relaxed justify-center after:content-[''] sm:after:w-[172px] after:w-[150px] after:border-dashed after:border after:border-indigo-600 after:inline-block after:absolute after:top-5 sm:after:left-[110px] after:left-[100px]"> <div class="sm:w-[176px] w-auto sm:whitespace-nowrap text-center z-10"> <span class="w-10 h-10 bg-indigo-600 border border-dotted border-indigo-600 rounded-full flex justify-center items-center mx-auto mb-1 text-base text-white font-bold leading-relaxed lg:w-10 lg:h-10">1</span> Account Information <h6 class="text-center text-indigo-600 text-base font-normal leading-relaxed">In Progress</h6> </div> </li> <li class="flex relative justify-center text-black text-base font-semibold after:content-[''] leading-relaxed sm:after:w-[172px] after:w-[150px] after:border-dashed after:border after:border-indigo-200 after:inline-block after:absolute after:top-5 sm:after:left-[106px] after:left-24"> <div class="sm:w-[176px] w-auto sm:whitespace-nowrap text-center flex flex-col z-10"> <span class="w-10 h-10 bg-indigo-50 rounded-full flex justify-center items-center mx-auto mb-1 text-base font-bold leading-relaxed text-indigo-600 lg:w-10 lg:h-10">2</span> Company Information <span class="text-center text-gray-500 text-base font-normal leading-relaxed">Pending</span> </div> </li> <li class="flex relative justify-center text-gray-500 text-base font-semibold leading-relaxed"> <div class="sm:w-[176px] w-auto sm:whitespace-nowrap text-center flex items-center flex-col z-10 "> <span class="w-10 h-10 text-center text-indigo-600 text-base font-bold border-2 bg-transparent border-indigo-600 rounded-full flex justify-center items-center mx-auto mb-1 lg:w-10 lg:h-10">3</span> Team Members <span class="text-center text-gray-500 text-base font-normal leading-relaxed">Pending</span> </div> </li> </ol> </div> <div class="w-full lg:p-11 md:p-8 p-7 bg-white rounded-3xl shadow-[0px_15px_60px_-4px_rgba(16,_24,_40,_0.08)] flex-col justify-start items-start flex"> <div class="w-full flex-col justify-start items-start gap-8 flex"> <div class="w-full justify-start items-start gap-8 flex sm:flex-row flex-col"> <div class="w-full flex-col justify-start items-start gap-1.5 flex"> <label for="" class="flex gap-1 items-center text-gray-600 text-base font-medium leading-relaxed">First Name <svg xmlns="http://www.w3.org/2000/svg" width="7" height="7" viewBox="0 0 7 7" fill="none"> <path d="M3.11222 6.04545L3.20668 3.94744L1.43679 5.08594L0.894886 4.14134L2.77415 3.18182L0.894886 2.2223L1.43679 1.2777L3.20668 2.41619L3.11222 0.318182H4.19105L4.09659 2.41619L5.86648 1.2777L6.40838 2.2223L4.52912 3.18182L6.40838 4.14134L5.86648 5.08594L4.09659 3.94744L4.19105 6.04545H3.11222Z" fill="#EF4444"/> </svg> </label> <input type="text" class="w-full focus:outline-none text-gray-900 placeholder-gray-400 text-lg font-normal leading-relaxed px-5 py-3 rounded-lg shadow-[0px_1px_2px_0px_rgba(16,_24,_40,_0.05)] border border-gray-200 justify-start items-center gap-2 inline-flex" placeholder="First Name"> </div> <div class="w-full flex-col justify-start items-start gap-1.5 flex"> <label for="" class="flex gap-1 items-center text-gray-600 text-base font-medium leading-relaxed">Role <svg xmlns="http://www.w3.org/2000/svg" width="7" height="7" viewBox="0 0 7 7" fill="none"> <path d="M3.11222 6.04545L3.20668 3.94744L1.43679 5.08594L0.894886 4.14134L2.77415 3.18182L0.894886 2.2223L1.43679 1.2777L3.20668 2.41619L3.11222 0.318182H4.19105L4.09659 2.41619L5.86648 1.2777L6.40838 2.2223L4.52912 3.18182L6.40838 4.14134L5.86648 5.08594L4.09659 3.94744L4.19105 6.04545H3.11222Z" fill="#EF4444"/> </svg> </label> <input type="text" class="w-full focus:outline-none text-gray-900 placeholder-gray-400 text-lg font-normal leading-relaxed px-5 py-3 rounded-lg shadow-[0px_1px_2px_0px_rgba(16,_24,_40,_0.05)] border border-gray-200 justify-start items-center gap-2 inline-flex" placeholder="Last Name"> </div> </div> <div class="w-full justify-start items-start gap-8 flex sm:flex-row flex-col"> <div class="w-full flex-col justify-start items-start gap-1.5 flex"> <label for="" class="flex gap-1 items-center text-gray-600 text-base font-medium leading-relaxed">Email <svg xmlns="http://www.w3.org/2000/svg" width="7" height="7" viewBox="0 0 7 7" fill="none"> <path d="M3.11222 6.04545L3.20668 3.94744L1.43679 5.08594L0.894886 4.14134L2.77415 3.18182L0.894886 2.2223L1.43679 1.2777L3.20668 2.41619L3.11222 0.318182H4.19105L4.09659 2.41619L5.86648 1.2777L6.40838 2.2223L4.52912 3.18182L6.40838 4.14134L5.86648 5.08594L4.09659 3.94744L4.19105 6.04545H3.11222Z" fill="#EF4444"/> </svg> </label> <input type="text" class="w-full focus:outline-none text-gray-900 placeholder-gray-400 text-lg font-normal leading-relaxed px-5 py-3 rounded-lg shadow-[0px_1px_2px_0px_rgba(16,_24,_40,_0.05)] border border-gray-200 justify-start items-center gap-2 inline-flex" placeholder="Email"> </div> <div class="w-full flex-col justify-start items-start gap-1.5 flex"> <label for="" class="flex gap-1 items-center text-gray-600 text-base font-medium leading-relaxed">Passward <svg xmlns="http://www.w3.org/2000/svg" width="7" height="7" viewBox="0 0 7 7" fill="none"> <path d="M3.11222 6.04545L3.20668 3.94744L1.43679 5.08594L0.894886 4.14134L2.77415 3.18182L0.894886 2.2223L1.43679 1.2777L3.20668 2.41619L3.11222 0.318182H4.19105L4.09659 2.41619L5.86648 1.2777L6.40838 2.2223L4.52912 3.18182L6.40838 4.14134L5.86648 5.08594L4.09659 3.94744L4.19105 6.04545H3.11222Z" fill="#EF4444"/> </svg> </label> <input type="text" class="w-full focus:outline-none text-gray-900 placeholder-gray-400 text-lg font-normal leading-relaxed px-5 py-3 rounded-lg shadow-[0px_1px_2px_0px_rgba(16,_24,_40,_0.05)] border border-gray-200 justify-start items-center gap-2 inline-flex" placeholder="Passward"> </div> </div> <div class="w-full justify-start items-start gap-8 flex sm:flex-row flex-col"> <div class="w-full flex-col justify-start items-start gap-1.5 flex"> <label for="" class="flex gap-1 items-center text-gray-600 text-base font-medium leading-relaxed">Bio <svg xmlns="http://www.w3.org/2000/svg" width="7" height="7" viewBox="0 0 7 7" fill="none"> <path d="M3.11222 6.04545L3.20668 3.94744L1.43679 5.08594L0.894886 4.14134L2.77415 3.18182L0.894886 2.2223L1.43679 1.2777L3.20668 2.41619L3.11222 0.318182H4.19105L4.09659 2.41619L5.86648 1.2777L6.40838 2.2223L4.52912 3.18182L6.40838 4.14134L5.86648 5.08594L4.09659 3.94744L4.19105 6.04545H3.11222Z" fill="#EF4444"/> </svg> </label> <input type="text" class="w-full focus:outline-none text-gray-900 placeholder-gray-400 text-lg font-normal leading-relaxed px-5 py-3 rounded-lg shadow-[0px_1px_2px_0px_rgba(16,_24,_40,_0.05)] border border-gray-200 justify-start items-center gap-2 inline-flex" placeholder="Bio"> </div> <div class="w-full flex-col justify-start items-start gap-1.5 flex"> <label for="" class="flex gap-1 items-center text-gray-600 text-base font-medium leading-relaxed">Phone Number <svg xmlns="http://www.w3.org/2000/svg" width="7" height="7" viewBox="0 0 7 7" fill="none"> <path d="M3.11222 6.04545L3.20668 3.94744L1.43679 5.08594L0.894886 4.14134L2.77415 3.18182L0.894886 2.2223L1.43679 1.2777L3.20668 2.41619L3.11222 0.318182H4.19105L4.09659 2.41619L5.86648 1.2777L6.40838 2.2223L4.52912 3.18182L6.40838 4.14134L5.86648 5.08594L4.09659 3.94744L4.19105 6.04545H3.11222Z" fill="#EF4444"/> </svg> </label> <input type="text" class="w-full focus:outline-none text-gray-900 placeholder-gray-400 text-lg font-normal leading-relaxed px-5 py-3 rounded-lg shadow-[0px_1px_2px_0px_rgba(16,_24,_40,_0.05)] border border-gray-200 justify-start items-center gap-2 inline-flex" placeholder="Phone"> </div> </div> <div class="w-full justify-start items-start gap-8 flex sm:flex-row flex-col"> <button class="w-full px-6 py-2.5 rounded-xl shadow-[0px_1px_2px_0px_rgba(16,_24,_40,_0.05)] border border-indigo-600 hover:border-transparent hover:bg-indigo-50 transition-all duration-700 ease-in-out justify-center items-center flex"> <span class="px-2 py-px text-center text-indigo-600 text-lg font-semibold leading-8">Cancel</span> </button> <button class="w-full px-6 py-3 bg-indigo-600 hover:bg-indigo-700 transition-all duration-700 ease-in-out rounded-xl shadow-[0px_1px_2px_0px_rgba(16,_24,_40,_0.05)] justify-center items-center flex"> <span class="px-2 text-center text-white text-lg font-semibold leading-8">Submit</span> </button> </div> </div> </div> </div> </div> </section>