Build Instagram login page with Next.js and TailwindCSS Part 3— Add the input form
Add a <form> under <h1>. The form has width 64 units and display as flex and in column direction, it has the gap of 1, so the input boxes will have a little separation. mt-8
is to add some space between the logo and the form.