Yeah Bootstrap is great for having component classes for most things normal webapps need, and having enough utility classes for the more custom things. Love that you can use it in apps that are a mix of technologies as well, and good component support in React, Svelte, HTML, etc.
Tailwind is neat but the lack of component class names means you have to roll your own or embed very specific style classes like shadows, borders, etc in to every component.
Tailwind is neat but the lack of component class names means you have to roll your own or embed very specific style classes like shadows, borders, etc in to every component.