UNPKG

lightswind

Version:

A modern frontend library with pre-built Tailwind CSS components for building responsive and interactive user interfaces.

18 lines (14 loc) 565 B
<!DOCTYPE html> <html lang="en"> <head> <title>Primary Round Button's</title> <script src="https://cdn.tailwindcss.com"></script> <script defer src="https://cdn.jsdelivr.net/npm/alpinejs@3.x.x/dist/cdn.min.js"></script> <link rel="stylesheet" href="../../../node_modules/lightwind/src/tailwind.css"> </head> <body class="relative top-[100px] left-20"> <a href="javascript:void(0)" class='font-bold bg-primarylw text-white hover:bg-primarylw-2 p-4 px-12 rounded-full cursor-pointer'> Button </a> </body> </html>