JSFiddle - React, Tailwind, and code Playground
by Arnaud
HTML
<div class="div1">
rgb
</div>
<div class="div2">
hexa
</div>
0 1 2 3 4 5 6 7 8 9 A B C D E F
CSS
.div1{
background-color:rgb(255,255,255);
}
.div2{
color:red;
}
by Arnaud
<div class="div1">
rgb
</div>
<div class="div2">
hexa
</div>
0 1 2 3 4 5 6 7 8 9 A B C D E F
.div1{
background-color:rgb(255,255,255);
}
.div2{
color:red;
}