Is there any way to configure the theme values dynamically in tailwind react ? I am getting my theme values (background color, color) from server. I need to update these values in tailwind config and use. Not able to find anything in their documentation Example: I am getting primary color as #bada55 from server I need to update this value in tailwind config.
Any workaround would also be helpful.
Thanks