Tailwind CSS - Highlights
A plugin for custom Tailwind CSS to add highlights to text
Details About Tailwind CSS - Highlights
Contents
What is it?
TailwindCSS Highlights is a plugin for TailwindCSS that provides a variety of highlight effects for text, making it easy to add eye-catching styles to your web content.
This plugin adds utility classes to easily add highlights to your texts with "highlight" class name.
<p class="highlight">
Lorem Ipsum
</p>
<p class="highlight highlight-indigo-600">
Lorem Ipsum
</p>
FAQ
How do I install TailwindCSS Highlights?
Install via npm with the command npm install -D tailwindcss-highlights.