# Tailwind CSS IntelliSense > [Tailwind CSS](https://tailwindcss.com/) class name completion for VS Code **[Get it from the VS Code Marketplace →](https://marketplace.visualstudio.com/items?itemName=bradlc.vscode-tailwindcss)** HTML autocompletion ## Features Tailwind CSS IntelliSense uses your projects Tailwind installation and configuration to provide suggestions as you type. It also includes features that improve the overall Tailwind experience, including improved syntax highlighting, and CSS previews. ### HTML (including Vue, JSX, PHP etc.) - [Class name suggestions, including support for Emmet syntax](#class-name-suggestions-including-support-for-emmet-syntax) - Suggestions include color previews where applicable, for example for text and background colors - They also include a preview of the actual CSS for that class name - [CSS preview when hovering over class names](#css-preview-when-hovering-over-class-names) ### CSS - [Suggestions when using `@apply` and `config()`](#suggestions-when-using-apply-and-config) - Suggestions when using the `@screen` directive - [Improves syntax highlighting when using `@apply` and `config()`](#improves-syntax-highlighting-when-using-apply-and-config) ## Examples #### Class name suggestions, including support for Emmet syntax HTML autocompletion #### CSS preview when hovering over class names HTML hover preview #### Suggestions when using `@apply` and `config()` CSS autocompletion #### Improves syntax highlighting when using `@apply` and `config()` Before: CSS syntax highlighting before After: CSS syntax highlighting after