I have an flask application running on port 5050 and chainlit runs on 8080 iam reflecting chainlit through iframe in flask. I implemented authentication for flask app and am sending tokens on headers.
Chainlit's custom element documentation states that JSX will be "rendered in a shadcn + tailwind environment" and recommends using Tailwind for styling. However, only a tiny subset of Tailwind color ...