// tailwind.config.js, you have to add it as plugin module.exports = { theme: { // ... }, plugins: [ require('tailwind-scrollbar-hide') // ... ] }