Intro to Maizzle
Yes, you heard it right. Today we are going to build an email template using Tailwind CSS. Building an email template is a little hard and while for new people there are websites with predefined templates, experienced people like to customize the template and add their special touch to it.
With the introduction of Tailwind CSS 2.0, customizing has become easier than ever. We will also be using an email framework called
TailwindCSS is a utility-first CSS framework, that gives you small building blocks that you can use to build your UI components. Instead of writing CSS in the stylesheet
you are adding TailwindCSS classes
directly to html
elements. This might feel weird at the start, but once you get used to it, you will feel much more productive.