Integrating Django with Tailwind CSS
Django is one of the most popular Python full-stack web frameworks available. It's high-level design makes rapid development of web apps easier and cleaner while requiring less code. TailwindCSS is rapidly becoming the first choice CSS framework for styling modern websites. It's utility-first approach makes creating beautifully styled apps with consistent choices of colour, spacing, typography (and everything else CSS) far easier for a great looking website or app. In this article I'll show you how you can combine these two frameworks so that they work together without missing out on monitoring development changes with both npm and Django development servers.