In my current next.js project, I recently created a file named [collectionId].jsx within the pages directory. Interestingly, I noticed that Tailwind CSS does not seem to work properly with this file. However, when I renamed the file to [collectionId].js without the 'x', Tailwind CSS started working just fine. This sparked the question in my mind - could it be due to the brackets causing an issue? I am curious why Tailwind CSS behaves differently with files ending in .jsx compared to those ending in .js. Any insights on this matter would be greatly appreciated. Thank you!