This Tailwind plugin displays a small screen size indicator:
npm install tailwind-breakpoint-indicator-plugin
Just add the following to your tailwind.config.js
:
module.exports = {
// ...
plugins: [
// ...
require("tailwind-breakpoint-indicator-plugin"),
],
};
This plugin was inspired by a Gist from Lelectrolux