I’m curious how @joeldrapper and others are managing Tailwind Tokens in their Phlex apps.
I have constants with a big list of tokens, which is actually working great, but it doesn't compose that well.
I've used the `tokens` method, which is better, but then there's certain overrides that I'd like to make such as `text-left` on something with a `text-center` token.
There's probably a world where a `tailwind` method exists that knows to overwrite certain tokens in these cases.