I am facing speed Optimization issues in my Tanstack start production build. Unfortunately I can't share the full source code as it is a private project. The main problem is, the tailwind css bundle is being huge (18 kb), and that css is becoming a render blocking request, slowing the performance massively.
What is the standard way of dealing with this issue?