Hover around the screen to preview
Usage
Include --cursor in your global.css file.
global.css
1@layer base {2:root {3--cursor: 91 33 182;4}5}
Add cursor to your tailwind.config.ts file
tailwind.config.ts
1theme: {2extend: {3colors: {4cursor: "rgb(var(--cursor) / <alpha-value>)",