(Choose 1 answer)
How can you configure Tailwind CSS in a Next.js project?
A. By using a CDN link in the HTML file.
B. By installing a Tailwind CSS plugin for Next.js.
C. By installing the Tailwind CSS package and creating a configuration file.
D. By importing a CSS file directly in the component.