Tailwind CSS Core Knowledge Deep Knowledge : Use with technology: for comprehensive documentation. Common Utilities Responsive Design States Components Pattern When NOT to Use This Skill - CSS-in-JS preferred - Use styled-components or Emotion - Traditional CSS workflow - Stick with SCSS/PostCSS - Component library projects - Material-UI, Ant Design have their own styling - Email templates - Inline styles required Config Anti-Patterns | Anti-Pattern | Why It's Bad | Correct Approach | |--------------|--------------|------------------| | Using arbitrary values everywhere | Hard to maintain | D…