JSFiddle - React, Tailwind, and code Playground

by Gaurav Gandhi

HTML

<h2 class="first whoami last">Hello there !</h2>

CSS

.first{
   background-color : red;
   color:white;
   font-style:italic;
}
.last{
    background-color : green;
     color:yellow;

}
.whoami{
     background-color : blue;
}