Tailwind debug plugin adds a red dashed outline for the selected element
npm install tailwind-debug


!npm bundle size

The Tailwind Debug Plugin helps web developers quickly highlight any HTML element with a red dashed outline for
debugging purposes.
``shell`
yarn add tailwind-debug
npm i tailwind-debug
Add the tailwind-debug plugin to your style.css file:
`css`
@import "tailwindcss";
@plugin "tailwind-debug";
To debug an HTML element, add the debug class:
`html`
For debugging child elements, use the *:debug class:
`html`
There are multiple color options available for debugging. Apply them by using the corresponding class:
`html``