JSFiddle - React, Tailwind, and code Playground

by Dineshkani

HTML

<div id='test'>Testing1</div>
<div id='test1'>Testing2</div>

CSS

#test{color: rgb(0,255,0);font-size: 30px;}
#test1{color: rgb(0%,100%,0%);font-size: 30px;}