JSFiddle - React, Tailwind, and code Playground
by oilvier
HTML
<h1>OK</h1>
SCSS
body {
background: none repeat scroll 0 0;
[lang^="en"] & {
background-color: red;
}
}
by oilvier
<h1>OK</h1>
body {
background: none repeat scroll 0 0;
[lang^="en"] & {
background-color: red;
}
}