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