JSFiddle - React, Tailwind, and code Playground
by Michel Penke
HTML
<div class="red blue test"></div>
<div class="blue red test"></div>
CSS
.red {
color: red;
}
.blue {
color: blue;
}
.test {height: 100px; width: 100px;}
by Michel Penke
<div class="red blue test"></div>
<div class="blue red test"></div>
.red {
color: red;
}
.blue {
color: blue;
}
.test {height: 100px; width: 100px;}