interactionsTailwind
Skip Link with Tailwind
MUST
MUST: Implement skip links with sr-only focus:not-sr-only pattern
Create accessible skip links using sr-only and focus-visible
Bad
Good
Why it matters
Skip links allow keyboard users to bypass repetitive navigation and jump to main content. They should be visually hidden until focused, then appear prominently.
References