How to set up Tailwind in Django with Vite and django-vite
In this article we are going to set up Vite for a Django application and use it to install and use Tailwind. You will be able to use this for any other npm packages in the future, too! This guide assumes you already have a...