JSFiddle - React, Tailwind, and code Playground
HTML
<div class="red blue">Hello World!</div>
<div class="blue red">Hello World Again!</div>
CSS
.red {
color: red;
}
.blue {
color: blue;
}
<div class="red blue">Hello World!</div>
<div class="blue red">Hello World Again!</div>
.red {
color: red;
}
.blue {
color: blue;
}