## Pseudo elements Pseudo-elements, like ::before, ::after, ::placeholder, and ::selection. | TailwindJS token | | ----- | | `pseudo_elements_modifiers` | ### Modifiers | TailwindJS token | TailwindCSS token | | ----- | ----- | | `after` | [after](#https://tailwindcss.com/docs/hover-focus-and-other-states#before-and-after) | | `backdrop` | [backdrop](#https://tailwindcss.com/docs/hover-focus-and-other-states#dialog-backdrops) | | `before` | [before](#https://tailwindcss.com/docs/hover-focus-and-other-states#before-and-after) | | `file` | [file](#https://tailwindcss.com/docs/hover-focus-and-other-states#file-input-buttons) | | `first_letter` | [first-letter](#https://tailwindcss.com/docs/hover-focus-and-other-states#first-line-and-first-letter) | | `first_line` | [first-line](#https://tailwindcss.com/docs/hover-focus-and-other-states#first-line-and-first-letter) | | `marker` | [marker](#https://tailwindcss.com/docs/hover-focus-and-other-states#highlighted-text) | | `placeholder` | [placeholder](#https://tailwindcss.com/docs/hover-focus-and-other-states#placeholder-text) | | `selection` | [selection](#https://tailwindcss.com/docs/hover-focus-and-other-states#highlighted-text) |