you can use in index.css using @apply , like this:
@layer base{ span{ @apply absolute w-[25%] h-[100%] bg-slate-600 -z-[1] left-0 top-0; }