JSFiddle - React, Tailwind, and code Playground

by Gereltod Gotsbayar

HTML

<p class="text1">text1</p>
<p class="text2">text2</p>ml,m,

CSS

.text1 {
    color: red;
}
.text1 {
    color: blue;
}

.text2 {
    color: red !important;
}
.text2 {
    color: blue;
}