If you got this Problem while upgrading from Tailwind v3 to v4 and you got trix installed via yarn or node.
Than just add this to your /assets/tailwind/application.css:
@plugin "@tailwindcss/typography";
@import "../stylesheets/actiontext.css"; # for overrides
@import "trix";