JSFiddle - React, Tailwind, and code Playground

by amol jawale

HTML

<table style="width: 100%; background:transparent" border="0" cellspacing="0" cellpadding="0">

  <tbody><tr>
    <td>

        <!-- This div is making troubles -->   
        <div style="overflow: hidden; margin: 0; border: 0; background-color:#CAE2F0; align:right; font-size: 150%; font-weight: bold; text-align:center;margin-right:5px;padding:  0;">
          <p>Themensuche</p>
        </div>
    </td>
  </tr>
 </tbody>
</table>

CSS

div{
    
}