🌐
Tailwind CSS
v3.tailwindcss.com › docs › plugins
Plugins - Tailwind CSS
Plugins let you register new styles for Tailwind to inject into the user’s stylesheet using JavaScript instead of CSS.
🌐
DaisyUI
daisyui.com › blog › 9-best-tailwind-css-plugins-for-developers
9 essential Tailwind CSS plugins for developers — daisyUI Tailwind CSS Component UI Library
Another plugin from Tailwind team, tailwindcss/container-queries adds the new cool CSS feature called container queries to Tailwind CSS. Container queries are similar to media queries but instead of checking the screen size, they check the size of the container.
Discussions

[v4] How to add plugins?
Should be “@tailwindcss/forms” 👍🏻 don’t forget the “@“ sign! ... There was an error while loading. Please reload this page. Something went wrong. There was an error while loading. Please reload this page. ... My bad, I've missed the note saying it isn't available yet in v4 in the roadmap section. I hope this gets added soon! Plugins ... More on github.com
🌐 github.com
13
10
August 27, 2024
What are the top Tailwind CSS plugins everyone is using ? ( 2025 version )
I built https://github.com/versoly/taos to replace AOS using Tailwind instead. Also used the native forms library. More on reddit.com
🌐 r/tailwindcss
18
31
February 5, 2025
Tailwind custom plugin doesn't work (addUtilities, addComponents, etc) - Stack Overflow
Also I checked output.css and there are no .test-1 and .test-2 css-selectors. Colors defined in config are work, which means that tailwind library is connected, but without plugins. More on stackoverflow.com
🌐 stackoverflow.com
[tailwind-tools.nvim] An UNOFFICIAL Tailwind CSS integration for neovim
I'm happy to share with you guys tailwind-tools.nvim . A Neovim plugin inspired by the official vscode extension, using neovim built-in LSP client and treesitter to provide the same features (and more) as the vscode extension. The plugin currently provides: Class color hints and can be inlined like in vsocde but require nightly Class concealing using treesitter Class sorting without using prettier or external scripts An utility function for for displaying colors in the completion menu using nvim-cmp and lspkind. Other feature ideas and contributions are welcome! PS: I'm not that good at english and you can see it by the poor documentation so feel free to suggest some changes that could make it better. More on reddit.com
🌐 r/tailwindcss
4
12
March 20, 2024
🌐
Reddit
reddit.com › r/tailwindcss › top tailwind plugins and frameworks
r/tailwindcss on Reddit: Top Tailwind plugins and frameworks
September 23, 2023 -

Lately, I've been captivated by the incredible efficiency of using Tailwind CSS. While exploring its capabilities, I've had the chance to experiment with various plugins and extensions.

I've compiled a curated list of some fantastic ones, and I'm eager to share them with you. If you've got any more hidden gems you'd like to recommend, please feel free to share your insights

🌐
Tailwind CSS
tailwindcss.com › docs › adding-custom-styles
Adding custom styles - Core concepts - Tailwind CSS
Tailwind has been designed from the ground up to be extensible and customizable, so that no matter what you’re building you never feel like you’re fighting the framework. This guide covers topics like customizing your design tokens, how to break out of those constraints when necessary, adding your own custom CSS, and extending the framework with plugins...
🌐
LogRocket
blog.logrocket.com › home › the 7 best plugins to use in your tailwind project
The 7 best plugins to use in your Tailwind project - LogRocket Blog
June 4, 2024 - Discover seven plugins that can elevate your Tailwind project, including tailwindcss-container-queries and Tailwind-heropatterns.
🌐
Tailwind CSS for Nuxt
tailwindcss.nuxtjs.org › examples › tailwind-plugins
Tailwind Plugins - Tailwind CSS module for Nuxt
Extending configuration with Tailwind plugins · Open in GitHub · Nuxt Layers · Module working with Nuxt Layers · PostCSS Configuration ·
Find elsewhere
🌐
GitHub
github.com › tailwindlabs › tailwindcss › discussions › 13292
[v4] How to add plugins? · tailwindlabs/tailwindcss · Discussion #13292
August 27, 2024 - Should be “@tailwindcss/forms” 👍🏻 don’t forget the “@“ sign! ... There was an error while loading. Please reload this page. Something went wrong. There was an error while loading. Please reload this page. ... My bad, I've missed the note saying it isn't available yet in v4 in the roadmap section. I hope this gets added soon! Plugins and custom utilities — we don’t have support for plugins, or for writing custom utilities that automatically work with variants yet.
Author   tailwindlabs
🌐
Stanford
decanter.stanford.edu › for-developers › tailwindcss-plugins
Tailwind CSS plugins
Tailwind allows you to register official or third-party plugins with Tailwind that can be used to generate extra utilities, components, base styles, or custom variants. Decanter makes use of some of these plugins, and you can add additional plugins to your project in its tailwind.config file.
🌐
GitHub
github.com › area17 › tailwind-plugins
GitHub - area17/tailwind-plugins: A series of Tailwind plugins to enable/encourage systematised web design/development and some other useful utility classes.
A series of Tailwind plugins to enable/encourage systematised web design/development and some other useful utility classes. - area17/tailwind-plugins
Starred by 85 users
Forked by 7 users
Languages   JavaScript 100.0% | JavaScript 100.0%
🌐
GitHub
github.com › tailwindlabs › tailwindcss-typography
GitHub - tailwindlabs/tailwindcss-typography: Beautiful typographic defaults for HTML you don't control. · GitHub
The official Tailwind CSS Typography plugin provides a set of prose classes you can use to add beautiful typographic defaults to any vanilla HTML you don’t control, like HTML rendered from Markdown, or pulled from a CMS.
Starred by 6.3K users
Forked by 316 users
Languages   JavaScript
🌐
ThemeSelection
themeselection.com › home › blog › collections › devtools collections › must-have tailwind plugins list 2025
Must-Have Tailwind Plugins List 2025 - ThemeSelection
June 18, 2025 - Besides, this plugin also adds an opinionated form reset layer that makes it easier to style form elements with utility classes. Furthermore, it intelligently applies custom styles to various form controls, such as inputs, checkboxes, and radio buttons. Thus, ensuring they are more consistent across different browsers. ... // tailwind.config.js module.exports = { theme: { // ...
🌐
Flowbite
flowbite.com › resources
Plugins and Resources for Tailwind CSS
We cannot provide a description for this page right now
🌐
Tailwind CSS
tailwindcss.com › docs › theme
Theme variables - Core concepts - Tailwind CSS
Theme variables aren't just CSS variables — they also instruct Tailwind to create new utility classes that you can use in your HTML.
🌐
YouTube
youtube.com › watch
Tailwind CSS Plugins I Wish I knew Sooner - YouTube
You're probably missing out on a lot if you are not using these Tailwind CSS plugins. Tailwind CSS Signals, Mixins, UI Components, Members and more ...
Published   May 5, 2024
🌐
PrimeVue
primevue.org › tailwind
Tailwind CSS - PrimeVue
The tailwindcss-primeui is an official plugin by PrimeTek to provide first class integration between a Prime UI library like PrimeVue and Tailwind CSS. It is designed to work both in styled and unstyled modes. In styled mode, for instance the semantic colors such as primary and surfaces are provided as Tailwind utilities e.g.
🌐
PureCode AI
blogs.purecode.ai › home › unlock the power of tailwind plugins: 20+ free options
Unlock the Power of Tailwind Plugins: 20+ Free Options - Blogs
August 31, 2025 - Discover over 20 free Tailwind plugins available for designers, creating an opportunity to elevate your projects to new heights.
🌐
Tailwind CSS
tailwindcss.com › docs › editor-setup
Editor setup - Getting started - Tailwind CSS
Cursor is an AI-native code editor with features like context-aware autocomplete and built-in coding agents. Since it supports VS Code extensions, all of the Tailwind CSS tooling you're already familiar with works out of the box – including our official Tailwind CSS IntelliSense extension and the Prettier plugin for class sorting.