content
Tailwind CSS Link
The link component facilitates setting hyperlinks from inline text items, buttons, or cards to navigate between pages or external websites.
The link
component class serves as the standard class for the basic anchor tag.
Apply the link-hover
modifier class to make links underlined when hovered over.
Apply the link-animated
modifier class to make links underlined with animation on hovered over.
Utilize the link-{semantic-color}
modifier class to assign specific semantic colors to links.
Below is an example demonstrating how to use links within paragraph.
Tailwind CSS resets the appearance of links by default.
To restore them to a standard look, add the 'link' class, making it appear as a normal link once more.
Below is an example demonstrating how to use links in card.
Card title
Some quick example text to build on the card title and make up the bulk of the card's content.
Below is an example demonstrating how to use links in alert.