JSFiddle - React, Tailwind, and code Playground

by Akram kamal

HTML

<table border='1'>
    <tr>
        <th>First</th>
        <th>last</th>
    </tr>
<tr id='12'>
<div class='agencies hidden-data'>
    ["otherstring1","otherstring7","otherstringm"]
</div>
<td>First12</td>
<td>Last12</td>
</tr>

<tr id='34'>
<div class='agencies hidden-data'>
    ["otherstring1","otherstring7","otherstringm"]
</div>
<td>First34</td>
<td>Last34</td>
</tr>
</table>

CSS

.hidden-data { display: none }