<table class="table table-border">
  <tr>
    <td class="table-bg">
      テキスト<br>
      テキスト<br>
      テキスト
    </td>
    <td class="table-txt">
      テキスト<br>
      テキスト<br>
      テキスト
    </td>
  </tr>
</table>
.table{
  margin: 0 auto;
}
.table-bg,
.table-txt{
  vertical-align: top;
  width: 300px;
}
.table-border{
  border-image: url("https://homepagenopro.com/wp-content/uploads/2018/02/0691_slantedline_s.jpg") 15 round;
border-style:solid; border-width:10px; 
}

External CSS

This Pen doesn't use any external CSS resources.

External JavaScript

This Pen doesn't use any external JavaScript resources.