DeepFrontend
Learning Paths
Practice
System Design & DS
Design Studio
Data Structures Curriculum
Real-World Case Studies
Careers
Job Board
Resume Builder
Blog
Sign in
Search
⌘K
Go Pro
Loading compiler resources...
CSS Quiz Practice
Active Recall Drill Session
← Exit Session
Question 1 of 1
easy
CSS
What is the fundamental authoring-model difference between Tailwind's utility-first approach and traditional BEM-style semantic classes?
A
Tailwind doesn't support responsive design
B
Traditional CSS names components and writes corresponding rules in a separate stylesheet; Tailwind composes designs directly from small utility classes applied in markup, without a separate stylesheet to maintain for most styling
C
Tailwind can only be used with React
D
There is no real difference, only different class name lengths
Check Answer