I've found TailwindCSS difficult to use in situations where a <i>very good</i> component system isn't available.<p>In the case of Django, the templating system is awkward when hyper-componentizing elements like buttons -- at the end of the day, you'll have to bring in something like React or use good ol' @apply classes.