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