* Tailwind pagination styling/accessibility updates
- improve contrast ratios to pass AAA compliance
- better indication of selected item
- better indication hovered item
- show appropriate cursors for non-interactable elements
- use a gap for flexed items. `.justify-between` alone does not guarantee space
- move `.relative` as it does not do anything
- remove unnecessary z-indexes
- use a simple `{{ }}` echo in HTML attributes, as they do not need embedded HTML
- use `rel="next"` and `rel="prev"` consistently
* Update tailwind.blade.php
* Update tailwind.blade.php