Links with href can match :link when they are not in the browser history.
For links, use LVHA order: :link, :visited, :hover, and :active when the rules have the same specificity.
HTML
Copy HTML
<navclass="link-demo"aria-label="Demo links"><ahref="https://example.com/baselinelab-link-demo-a">Unvisited link</a><ahref="https://example.com/baselinelab-link-demo-b">Another link</a><a>Placeholder link without href</a></nav>
Tailwind CSS
Copy Tailwind
Some classes with arbitrary values can be replaced by native classes, depending on the value and your Tailwind CSS configuration.