JSFiddle - React, Tailwind, and code Playground
by Avi Algaly
HTML
<div class="one">dddd</div>
<div class="two">ffff</div>
<div class="three">gggg</div>
<div class="four">hhhhh</div>
<div class="five">jjjj</div>
CSS
.one {
color:darkgreen;
}
.two {
color:lightgreen;
}
.three {
color: red;
}
.four {
color: pink;
}
.five {
color: orange;
}