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;
    }
}