JSFiddle - React, Tailwind, and code Playground
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;
}
<p class="text1">text1</p>
<p class="text2">text2</p>ml,m,
.text1 {
color: red;
}
.text1 {
color: blue;
}
.text2 {
color: red !important;
}
.text2 {
color: blue;
}