Create a .css file which contains the rules used by running the following command npx tailwindcss --content './**/*.{html,js,vue,py}' --extract and then pruning the list by running npx purgecss --content '**/*.{html,js,py,vue}' --css tailwind_output.css --output cleaned.css.