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