Inspect and edit Tailwind utility classes as plain CSS in an interactive CodeLens-powered editor. Click a class attribute, tweak the CSS, and apply — your Tailwind classes update automatically.
- Hover to edit — Hover over any class string inside
classNameorclassattributes to open the CSS editor, works with static strings and individual strings inside dynamic expressions likecn(),clsx(), and ternaries - Real CSS editor — Full CodeMirror 6 editor with syntax highlighting and autocomplete
- Tailwind CSS v4 engine — Uses the real Tailwind compiler for pixel-perfect CSS output
- Bidirectional conversion — Edit CSS and get Tailwind classes back; classes you didn't touch are preserved exactly
- Variant support — Responsive (
lg:hidden), state (hover:underline), dark mode, and stacked variants rendered as real CSS blocks
- Open a file containing
classNameorclassattributes (JSX, TSX, HTML, Vue) - Hover over a class string — click Edit CSS in the hover popup
- A CSS editor opens showing the current Tailwind classes as plain CSS
- Edit the CSS — change values, add new properties, or remove lines
- Click Apply to convert back to Tailwind classes
- JavaScript React (JSX)
- TypeScript React (TSX)
- HTML
- Vue
| Setting | Default | Description |
|---|---|---|
cssTailwind.tailwindConfigPath |
"" |
Path to a custom tailwind.config.js |

