React classname elements
This package was created to support the nicer creation of components with premade css-classes, for example when using tailwindcss. It explicitly does not support template literals as styled-components does.
The arguments are parsed by the classnames package function.
Basic example:
const tw = ; // Named after tailwindconst Container = tw