I'm a newbie with Tailwind CSS. By the link https://tailwindcss.com/docs/just-in-time-mode#arbitrary-value-support I see that we can use classes with arbitrary values like
class="bg-[#1da1f1]"
But browser doesn't see classes containing the characters [
, ]
, #
and so on.
So how to use them or how are they used in Tailwind? I don't get it