When I try to change the text color using the code below in tailwindcss and next.js, my localhost:3000 does not update color even if I change the text, reload the localhost and restart the server.
<h1 className="text-red-600">The quick brown fox jumps over the lazy dog.</h1>