mirror of
https://github.com/opdavies/tailwindcss-plugin-hocus-state.git
synced 2025-01-22 12:07:32 +00:00
12 lines
333 B
HTML
12 lines
333 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<link rel="stylesheet" href="/dist/tailwind.css" />
|
|
</head>
|
|
<body class="p-4 antialiased dark:bg-stone-900">
|
|
<a class="dark:text-white hocus:bg-black hocus:text-white hocus:underline dark:hocus:bg-white dark:hocus:text-stone-900" href="#0">
|
|
This is a link
|
|
</a>
|
|
</body>
|
|
</html>
|