Html Tailwind Guideline: Accessibility — Screen reader text. Description: Provide context for screen readers. Do: sr-only for hidden labels. Don't: Missing context for icons. Good Example: <span class='sr-only'>Close menu</span>. Bad Example: No label for icon button. Severity: High. Docs: https://tailwindcss.com/docs/screen-readers.