After successfully using the proper class for setting max width in tailwind, it suddenly stopped working. I'm baffled by the fact that the max-w has refused to take effect.
<section class="max-w-[80em]"></section>
Previously, I applied this same code on a different page and it worked flawlessly. However, on this new page, it worked momentarily and then stopped.
Despite searching through past questions on here, none of the solutions provided have helped me resolve this issue.