TailwindCSS Breakpoint Debugger
npm install tailwind-breakpointsTailwind breakpoints is a simple plugin to view the current breakpoint in your browser.
yarn add tailwind-breakpoints
In your tailwind.config.js file add the plugin:
plugins: [require('tailwind-breakpoints')],
And the breakpoints customizations:
breakpoints: { position: ['bottom', 'right'], },
Add this to your root div: