One of these two div elements should always be visible according to their class list. However, since this is not happening, your Tailwind configuration is likely not scanning this file to search for classes as it is located in the vendor.
./vendor/laravel/framework/src/Illuminate/Pagination/resources/views/tailwind.blade.php
This can be fixed by adding this file to your Tailwind configuration.
Although your pagination may be working at this point, you still can't make tweaks. I would recommend publishing the pagination views and make any additional changes you wish. Using this approach, you will have full control over the layout and are not required to make any changes to your Tailwind configuration.
