i'm trying to build a custom field in laravel nova but i'm having issues when it comes to styling
nova uses tailwind css however when i use tailwind css components it doesn't work
Although Laravel Nova has been created using Tailwind CSS, not all classes are included. This means that classes that are not used by Nova are also not available.
The easiest solution to this is by including Tailwind CSS yourself for your field. I would also recommend using prefixed classes.