```css @tailwind components; @layer components { .jsoneditor a {} .jsoneditor b {} c {} } ``` -> c wont be compiled -> update to `.jsoneditor c {}`