Seems like their whole business model was based on the fact that tailwind was difficult to use, and now with llm we have a simple way to use it in a good-enough way.
They, and other companies, should rather depend on corporate users. Don't let multi-billion revenue companies use your tech for free.
Seems like many companies leaned it a bit late, we always have the same news every fewe years (docker, mongodb, terraform, elastic).
> Seems like their whole business model was based on the fact that tailwind was difficult to use
Uhhh no... People already struggle with CSS. No one would use Tailwind if it made it even more difficult. I've used and loved Tailwind for 5 years and some without ever having any components written for me. At worst it's as difficult as CSS (centering a div is not any easier, you just write it in a different place), and in some areas like responsiveness (media queries like screen size breakpoints) the syntax is way easier to read and write.
The problem their business model was solving is first that good design is hard, and second that even if you can design something that looks good, you might not be good at implementing it in CSS. They did those things for you, and you can copy-paste it straight into your app with a single block of code thanks to Tailwind.
You're right that LLMs essentially solved this same issue in a more flexible way that most people would prefer, and it's just one feature of many.