Earlier quoted context omitted.
so thinking of names like ‘author-nickname’ is difficult but learning an entire new syntax for css is easy?
Yes, "learning" the tailwind syntax was really quite easy. In addition, most editors and IDE's now have plugins for autocompletion And as an incentive to learning – once you're familiar with Tailwind's syntax, you get to use that learning on all your future Tailwind projects.
- 'grid-auto-flow: row' is 'grid-flow-row'
- 'grid-auto-flow: column' is not 'grid-flow-column' but rather 'grid-flow-col'
...is annoying.