This is one of the Netflix pages
Compared with the class name (.checkbox) that uses a specific name, using tailwind requires adding a lot of class names (e.g. mr-1, mt-2). After many people maintain, the strings in the class name will become many.
I think this will be difficult to maintain and read. Someone has the similar experience using tailwind. How do you solve it?