> However, closer examination reveals a huge line of highly obfuscated code when scrolling way over to the right.
Seems like a pointless method to "hide" the code but I've fallen for this myself looking through some files in a compromised WordPress installation and missed these "off the screen" bits initially.
It's like Tailwind playground but instead of editing raw HTML directly you can edit WordPress blocks that have a UI for Tailwind classes and then get HTML or JSX back once you're done.
Yesterday I was reaching for the JS I have used in the past for smooth scrolling to anchor links, until I discovered that `scroll-behavior: smooth;` exists.