'upgrade tailwind difficult referring file path, content variable

module.exports = {
content: ["../../../../Views/**/*.cshtml"],
theme: {
    extend: {},
},
plugins: [],
}

I am not sure how to refer to all cshtml files so that tailwindcss is reflected.

error details: warn - No utility classes were detected in your source files. If this is unexpected, double-check the content option in your Tailwind CSS configuration



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source