link
tailwindcss/debug-screens

Debug Screens

Show active breakpoint

debugging
responsive

Command

Examples

Install debug screens plugin

// tailwind.config.js
  module.exports = {
    plugins: [
      require('tailwindcss-debug-screens'),
    ]
  }

Add to body element

<body class="debug-screens">