JSFiddle - React, Tailwind, and code Playground

by Afzaal Ahmad Zeeshan

HTML

<DIV>This is a div, note my color: red</DIV>

CSS

div {
    color: #f00;
}