#You mean something like span xxx or p
1 messages · Page 1 of 1 (latest)
If you own the markup, then I would apply tailwind to each element you want to style (especially if elements are created dynamically). If you don't own it (ie: a library) I would use plain old CSS. It also depends on what your use-case is.