With a Blazor WASM application I'm using Tailwind for UI design, I installed and integrated Tailwind css (V3.3.3) to my project, Every thing works fine except Arbitrary Values !
For example, If I used class="bg-red"
it works but if I used class="bg-[#1da1f1]"
it doesn't?
It seems that the problem related to []
bracket.
Any help