In this tutorial we're going to use the https://tailwindcss.com/ to build a login page for a new app. The final result for this login page is going to look like the image above. The starting HTML for this login page is the following.
As we want the login form to be in the center of the page we can set a container and then use flexbox to centralise the login form.
{{ csrf_field()}} https://paulund.co.uk/creating-a-login-page-with-tailwind-css#creating-quick-linksThe quick links section of the login page will allow your users to quickly go to a another page on the site that will be related to this page.