I have one tailwind css admin template and need to convert that in blazor web app in .NET 8.0 (Server) project. I have done at certain level but issue is that, when page is reloaded due to server response it keep showing loader and if I comment that it break the layout of the page.
here is code on git for that https://github.com/technetvvn/Tailwind
I implemented the theme via creating different components such as header,footer,navmenu and themecustomizer. but seems I am missing something to fix this.
Please find code and attached images for referenc.