Explanation
Shows current screen size in corner for debugging responsive designs
Examples
Install debug screens plugin
// tailwind.config.js
module.exports = {
plugins: [
require('tailwindcss-debug-screens'),
]
}
Add to body element
<body class="debug-screens">