Hello, I use emberjs, along with the ember-power-select addon for custom select boxes. Ember-power-select uses a div for the select trigger and not a select element. Previously I was able to style it with tailwind-custom-forms using a form-select class, but now I can't.
Its great that we don't need to add these classes to normal form elements, but sometimes we need to style a non-form element as one, and these classes made it easy.