NOTE: This article from my perspective of view
tailwindCss
First tailwind is an awesome library and helps you a lot to be productive
tailwindCss is First utility library so what it essentially gives to You is just CSS properties converted to class so it easy to write and more quickly, the second thing it provides you with a very small bundle size
So When not to use tailwindCss
as we said tailwind provides you with just CSS properties.
you will not happy with it if you are already not good with CSS.if you need ready styled components as ready Nav and card components tailwind will not be the best, yes there are components on the site but there isn't a lot of options.
if you don't need to implement a components from scratch
Top comments (0)