Every time I use TailwindCSS, I have to deal with PostCSS config hell and recompile the tailwind.css file every time I changed a component class. So I made a VSCode and Atom extension to compile tailwindcss files automatically without the need for PostCSS and config files.It also supports SASS syntax.
Tailwindcss comes with the concept of node, package managers, configs files which may be unnecessary for some developers and css designers. Tailpile gives easy to use tailwindcss experience by transpiling tailwindcss into purecss just on file save.