JSFiddle - React, Tailwind, and code Playground

HTML

<table>
     <tr>
     <td class="set_font">
       <span style="font-size:8px;"> This is a test </span>
     </td>
     </tr>
     </table>

CSS

td.set_font [style] {font-size:120px !important;}