I'm not using TailwindCSS, just a simple demo, but I can't get the text in the PDF to center. This is my code:  web:  pdf:  I try to fix like this: `@layer base { img { @apply inline-block; } }` but it doesn't work for me.