JSFiddle - React, Tailwind, and code Playground

HTML

<table>
<tbody>
    <tr class="strikethrough">
      <td><a href="edit/?id=1&area_id=&owner_id=&quarter=&year=&view=">1</a></td>
    <td style="width: auto;">Blind Shipping Flags</td>
    <td class="description"><textarea>Change the blind process flag for the system to identify the order modification and automatically making the order blind.</textarea></td>
    </tr>
        <tr class="strikethrough">
      <td><a href="edit/?id=1&area_id=&owner_id=&quarter=&year=&view=">1</a></td>
    <td style="width: auto;">Blind Shipping Flags</td>
    <td class="description"><textarea>Change the blind process flag for the system to identify the order modification and automatically making the order blind.</textarea></td>
    </tr>
</tbody>
</table>

CSS

td.description textarea {
  border: none;
  width: 100%;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 400px;
  min-height: 10px;
}