Getting the error as per the title. The solutions I found were for Typescript, and as I am very new to JS and Tailwind I couldn't make anything out of it. How do I solve this issue?
module.exports = {
content: [],
theme: {
extend: {},
},
plugins: [
require('@tailwindcss/aspect-ratio'),
],
}
Thanks!