/ src / app.css
app.css
 1  @import 'tailwindcss';
 2  
 3  @layer base {
 4  	body {
 5  		@apply bg-gray-200;
 6  	}
 7  }
 8  
 9  @layer components {
10  	/* .buttonPrimary {
11  		@apply bg-blue-500 text-white font-bold py-2 px-4 rounded;
12  	} */
13  }