JSFiddle - React, Tailwind, and code Playground

by Florence Maurice

HTML

<div class="eins"></div>
<div class="zwei"></div>

CSS

div { 
	  width: 200px;
	  height: 30px;
	  border: 1px solid #333;
	  margin: 10px;
	}
	:root .eins {
	  background: green;
	}
	* :root, .zwei {
	  background: blue;
	}