JSFiddle - React, Tailwind, and code Playground

by Rob Sedgwick

HTML

<table class="border" width="100%" cellspacing="1" cellpadding="5">
  <tbody>
    <tr>
      <td class="catbg" colspan="3" style="padding: 8px">
        <table class="width100pc table00ps">
          <tbody>
            <tr>
              <td colspan="2"></td>
            </tr>
            <tr>
              <td class="pages">3 Pages <a href="Blah.pl?m-1539179203/s-0/">Prev</a> <a href="Blah.pl?m-1539179203/s-0/">1</a> <strong>2</strong> <a href="Blah.pl?m-1539179203/s-20/">3</a> <a href="Blah.pl?m-1539179203/s-20/">Next</a> <a href="Blah.pl?m-1539179203/s-all/">All</a>                </td>
              <td class="right normaltext nomobile"><a href="Blah.pl?v-recommend/b-dr/m-1539179203/" rel="nofollow">Recommend Thread</a> | <a href="Blah.pl?b-dr/v-memberpanel/a-notify/m-1539179203/" rel="nofollow">Watch Thread</a></td>
            </tr>
          </tbody>
        </table>
      </td>
    </tr>
    <tr>
      <td class="win center" style="padding: 5px;"><a id="num10"></a><a id="id1275970"></a><img src="//cdn.thefishy.co.uk/blahdocs/images/user-offline.png" class="centerimg" alt=""> <strong><a href="Blah.pl?v-memberpanel/a-view/u-38/" rel="nofollow" onclick="target='_parent';">Youngy</a></strong>
        <a href="javascript:clear('1275970')">
          <div class="pullright"><img src="//cdn.thefishy.co.uk/blahdocs/buttons/icons/delete.png" class="centerimg portrait" alt="Delete"></div>
        </a>
        <a href="Blah.pl?v-post/b-dr/a-modify/m-1539179203/n-10/id-1275970/" onmouseover="CreateMenus(this,25,'10','1275970'); outtimer = setTimeout('ClearMenu()',2000);">
          <div class="pullright"><img src="//cdn.thefishy.co.uk/blahdocs/buttons/icons/modify.png" class="centerimg portrait" alt="Modify"></div>
        </a>
        <a href="Blah.pl?v-post/b-dr/m-1539179203/q-10/" rel="nofollow">
          <div class="pullright"><img src="//cdn.thefishy.co.uk/blahdocs/buttons/icons/quote.png" class="centerimg portrait" alt="Quote"></div>
        </a>
      </td>
 ...

CSS

/* Default Theme Layout */

#container {
  margin: auto;
  padding: 0;
  margin-top: 0;
  margin-bottom: 10px;
  background: #FCFDFF;
  display: table-cell;
}

@media(min-width: 600px) {
  #container {
    width: 100%;
  }
}

body {
  width: 95%;
  margin: 10px;
}

}

@media(max-width: 600px) {
  #container {
    width: 825px;
  }
  body {
    width: 825px;
    margin: 0;
  }
}

#container .surround {
  border: 1px #8D969B solid;
  border-top: 0;
  padding: 1px;
  padding-top: 0;
}

#copyright {
  width: 95%;
  margin: auto;
}

#title {
  float: left;
  background: url('/images/top_grad.gif');
  background-color: #FFF;
  font-size: xx-large;
  font-weight: bold;
  text-align: left;
  vertical-align: middle;
  padding: 25px;
}

#menu-container {
  float: left;
}

#content {
  clear: both;
  padding: 10px;
}

/* Global Table Settings */

body,
table,
td {
  font-family: Arial, Verdana, Helvetica;
  font-size: medium;
  line-height: 1.3;
  color: #1D1F22;
}

body {
  background-color: #D8D8D8;
  text-align: center;
}

body {
  display: table;
  vertical-align: middle;
  margin-left: auto;
  margin-right: auto;
}

td {
  text-align: left;
}

img {
  border: 0;
}

img {
  border: 0;
}

blockquote {
  border: 1px #4385DB solid;
  border-left: 5px #4385DB solid;
}

blockquote .quoteby {
  padding: 10px;
  border-bottom: 1px #4385DB dotted;
}

blockquote .quotebody {
  padding: 10px;
}

.catdesc {
  padding: 4px;
  line-height: 130%;
}

.normaltext {
  font-size: medium;
  text-decoration: none;
  font-weight: normal;
}

.indextitle {
  font-size: x-large;
  font-weight: bold;
  white-space: nowrap;
  margin: 0pt;
}

.indextitle2 {
  font-size: x-large;
  font-weight: bold;
  margin: 0pt;
}

.subtitle {
  font-size: medium;
  font-weight: bold;
  white-space: nowrap;
}

.pages {
  font-weight: normal !important;
  font-size: small;
  line-height: 1.5;
  white-space: nowrap;
  padding-top: 4px;
  padding-bottom: 4px;
}

.pages a,
.pages a:link,
.pages a:active,
.pages...