The styling gets messed up but ONLY on Chrome on iPhone (iPhone is running iOS 26). This same issue does NOT happen on Safari on iPhone. Here are the Tailwind classes used on this text bg-gradient-to-b from-white/85 via-white/85 to-white/70 bg-clip-text text-transparent.
I just migrated to Tailwind v4. This was not an issue on v3.
Also, this bug does NOT happen on initial page load which gets loaded as an SSR page BUT afterwards the website works as a SPA and when you navigate to any other page, the Tailwind styling related to any kind of background gradient colors goes crazy.
I am unable to replicate this bug on my laptop in any way.
Any ideas on how to approach solving this?
(other than the obvious solution of migrating back to Tailwind v3)
Also, if you're using Tailwind 4 it might be useful to check if it's working well on Chrome iOS.