I fix the problem with that add to index.css or app.css and give a name to your theme variable. something like:
<div ClassName="dark:bg-amber-500">
@import "tailwindcss";
@custom-variant dark (&:where(.dark, .dark *));
if you want to read more you can read my solution