export default function Home() {
return (
<>
<h1 className="text-2xl text-green-500">Netflix Clone</h1>
</>
);
I’m using react, nextjs and tailwind.
But it’s not rendering; I’ve already installed the dependencies correctly. Actually, the Tailwind styling worked, only this class isn’t working. In the code along I’m following, the instructor did it and it worked, but I don’t understand why it’s not working here. If anyone can shed some light on this, I’d appreciate it.
New contributor
Fabio Marinho is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.