JSFiddle - React, Tailwind, and code Playground

by Dhanck

HTML

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>

  <head>
    <meta http-equiv="Content-Type" content="text/html charset=UTF-8">
    <link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;700&display=swap" rel="stylesheet">
  
  </head>

  <body style="background: #f9f9f9;font-family: 'Montserrat', sans-serif;margin: 0;">

    <table class="email" style="width: 100%;max-width: 650px;padding: 20px;font-size: 14px;" align="center">
      <tr>
        <td>
          <img src="https://modist.co/img/modist-logo.svg" class="logo" style="height: 40px; margin: 10px 0px 20px 0px;">
          <table class="message" style="border: 1px solid #f0f0f0;background: #ffffff;padding: 30px;">
            <tr>
              <td colspan="3">
                Hello from Modist,
                <br><br>
                <b>A request has been received to change the password for your Modist account.</b>
              </td>
            </tr>
            <tr>
              <td style="text-align: center;">
              <span class="Tile3-3">
                <a href="" class="button" style="height: auto;text-align: center;background: #c7a665;padding: 3px;color: #ffffff;border: none;margin: 30px;font-family: 'Montserrat', sans-serif;font-weight: bold; display: grid; text-decoration: none;"><img src="https://assetsprx.matchesfashion.com/img/product/1325201_1_large.jpg"></a>
              </span>
              </td>
                <td style="text-align: center;">
              <span class="Tile3-3">
                <a href="" class="button" style="height: auto;text-align: center;background: #c7a665;padding: 3px;color: #ffffff;border: none;margin: 30px;font-family: 'Montserrat', sans-serif;font-weight: bold; display: grid; text-decoration: none;"><img src="https://assetsprx.matchesfashion.com/img/product/1325201_1_large.jpg"></a>
              </span>
              </td>
              <td...

CSS

.Tile3-3 img{
  height: 150px;
}