JSFiddle - React, Tailwind, and code Playground

by wisegorilla

HTML

<table width="100%" cellspacing="0" cellpadding="0" >
  <tr>
      <td>
          <table cellspacing="0" cellpadding="0" style="margin:auto;">
              <tr>
                  <td style="border-radius: 5px;" bgcolor="#F92C55">
                      <a class="dynamic-button" href="https://www.copernica.com" target="_blank" style="padding: 10px 40px; border: 1px solid #ED2939;border-radius: 5px;font-family: Helvetica, Arial, sans-serif;font-size: 18px; color: #ffffff;text-decoration: none;font-weight:normal;display: inline-block;text-align:center;">
                          Bewerte Dein Produkt hier             
                      </a>
                  </td>
              </tr>
          </table>
      </td>
  </tr>
</table>

CSS

@media only screen and (max-width:600px) {
	.dynamic
}