tailwind background
xxxxxxxxxx
Tailwind Class CSS
bg-inherit background-color: inherit;
bg-current background-color: currentColor;
bg-transparent background-color: transparent;
bg-black background-color: rgb(0 0 0);
bg-white background-color: rgb(255 255 255);
bg-slate-50 background-color: rgb(248 250 252);
bg-slate-100 background-color: rgb(241 245 249);
bg-slate-200 background-color: rgb(226 232 240);