Components
Browse our library
40 components available
Text Highlighter
Animated moving highlight that focuses important words in a sentence
Installation
npm install tailwindcss@latest
# or
yarn add tailwindcss@latestTailwind Setup
// Add to your CSS file
@tailwind base;
@tailwind components;
@tailwind utilities;