Post/Page/CPT list tables in the admin are unusable (can't scroll and spacing is wonky when the plugin is activated due to the CSS being loaded wholesale into the admin, and tailwind using the same class names as some WP table components such as "fixed". Other admin styling such as fonts are broken because of this as well.
Frontend theme breaks when using an animation on a page due to tailwind conflicts
To fix:
  1. Only load the CSS on your admin page, and in your block (enqueue_block_assets).
  2. More importantly is you need to prefix your tailwind css classes, otherwise it conflicts with themes using tailwind (and ones using generic class names such as fixed, flex, etc.) - https://tailwindcss.com/docs/configuration#prefix