JSFiddle - React, Tailwind, and code Playground
by odrelon
HTML
<table id="example"></table>
CSS
#example tr:nth-child(odd) td {
background-color: #CDF;
}
JavaScript
var json_example =...
by odrelon
<table id="example"></table>
#example tr:nth-child(odd) td {
background-color: #CDF;
}
var json_example =...