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.
[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
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
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
[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
Videos
21:34
How I Create Tailwind CSS Plugins From Scratch - YouTube
00:59
Must Have Tailwind Plugin For Responsive Design - YouTube
09:56
Favorite New Tailwind Extension - YouTube
00:54
If You Use Tailwind You Need This Plugin - YouTube
05:43
This New Tailwind Plugin is Awesome - YouTube
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...
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
Reddit
reddit.com › r/tailwindcss › what are the top tailwind css plugins everyone is using ? ( 2025 version )
r/tailwindcss on Reddit: What are the top Tailwind CSS plugins everyone is using ? ( 2025 version )
February 5, 2025 -
What plugins y'll using to enhance your workflow ?
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.
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.