A reproducible example of how Remotion works with Tailwind v3.
There is an issue currently, the styles are not always updated.
yarn install
yarn start
HelloWorld.tsx
and change the container's class to a not used class, e.g:bg-red-100
, bg-purple-800
, etctailwind.config.js
and save itIf you yarn install tailwindcss@2
and yarn start
again, the preview should update as expected.