JSFiddle - React, Tailwind, and code Playground

HTML

<button onclick="document.querySelector('.nemetale').style.backgroundColor = 'red';">Nemetale</button>
<table class="tabel_periodic">
  <!--Randul 1-->
  <tr>

   <td class="nemetale">
    <strong>1</strong><br>
    <acronym>H</acronym><br>
    <em>Hidrogen</em><br>
    <i>1,008</i>
   </td>
   </tr>
   </table>