const config = {
plugins: [
// Some plugins, like tailwindcss/nesting, need to run before Tailwind,
tailwindcss(), //Maybe tailwindcss is wrong
// But others, like autoprefixer, need to run after,
autoprefixer,
],
};
tailwindcss() instead of tailwindcss