Replace this text with a short description of what the plugin does.
Install the plugin from npm:
npm install -D @freeloop/tailwindcss-mask
Then add the plugin to your tailwind.config.js
file:
// tailwind.config.js
module.exports = {
theme: {
// ...
},
plugins: [
require('@freeloop/tailwindcss-mask'),
// ...
],
}