The Plugin will show breakpoints during development on the fly.
NPM:
npm i @anishshobithps/tailwind-breakpoints
Yarn:
yarn add @anishshobithps/tailwind-breakpoints
/** @type {import('tailwindcss').Config} */
module.exports = {
// ...other configs
plugins: [require("@anishshobithps/tailwind-breakpoints")]
}