That is the advantage of Tailwind agaist Bootstrap, whivh relies on manual specification on what parts to include.
Howewer, the Tailwind-styled html invludes a lot of classes anyway, and if you have multiple views with similar elements, that makes for a lot of repetition. What I suggested was that Components allow to encapsulate all that in one place and reuse it as custom html elements, hiding all the complexity from views.
==
Donatas G.