So I have seen this CSS rule-set in a library:
[text-uppercase] { text-transform: uppercase; }
and I am not sure on how to use it in a <
For the selector to work:
[text-uppercase] selector matches an attribute on a tag.
[text-uppercase]