JSFiddle - React, Tailwind, and code Playground

by sridhar reddy

HTML

<div class="abc===">
    sample data
</div>

<div class="abc">
    sample data
</div>

CSS

.abc==={
    color: red;
}

.abc{
    color: green;
}