JSFiddle - React, Tailwind, and code Playground

by Rob Sedgwick

HTML

<table class="postbody">
<tr>
 <td class="win2 vtop" style="height: 100%">
 <div class="win2 smalltext vtop" style="padding: 0px; float:left"><div class="avatarprofile"><img src="http://t3.gstatic.com/images?q=tbn:ANd9GcSBjLmZO1Xj8u2P3HmyEdVJFBg8XxxNbxiacji6pbkVwFJ0-Op6" alt="" height="100" width="100"><br><strong>Moderator</strong><br></div>
<div class="plainprofile"><strong>Posts:</strong> 13,025</div>
<div class="plainprofile"><strong>Posts Per Day:</strong> 5.48</div>
<div class="plainprofile"><strong>Reputation:</strong> <span class="greenrep">82.76%</span></div>
<div class="plainprofile"><strong>Reputation Score:</strong> <a href="Blah.pl?v-memberpanel/a-view/u-618/r-1/" class="greenrep">+88</a> / <a href="Blah.pl?v-memberpanel/a-view/u-618/r-0/" class="redrep">-18</a></div>
<div class="plainprofile"><strong>Location:</strong> Grimsby</div>
<div class="plainprofile"><strong>Approval:</strong> <span class="greenrep">+814</span></div>
</div>
     <div style="float:left">
  <table class="postbody" cellpadding="3" cellspacing="0" width="100%">
   <tbody><tr>
    <td class="postbody vtop"><div id="m371">A full set of predictions again, so well done all. A very poor week for the top few this week who all scored very poorly. Thankfully for them there is only 1 week to go. Rodley Mariner who scored a season high 14 last week undid all his good work with a big fat zero this time around.<br><br>Week 11 table below, Any queries let me know. The last weeks fixture will follow later this evening. <br><br><strong>WEEK 11 TABLE<br><br>1) PIZZZZA 56 (2)<br>1) REX FANNIES 56 (2)<br>3) PRESTON MARINER 53 (0)<br>4) RICHARD 52 (2)<br>5) CMACKENZIE 50 (6)<br>5) WIZBIT 50 (5)<br>7) GARY ELTON 48 (8 )<br>7) MIGHTY MARINER 48 (1)<br>9) HAGRID 46 (7)<br>9) BIG CHRIS 46 (3)<br>11) ABDUL19 45 (9)<br>12) THE VERA 44 (8 )<br>13) CRUSTY OLE PIE 43 (9)<br>13) BOBBY TURTLE 43 (6)<br>15) GOBBY 42 (2)<br>16) GRANTHAM MARINER 41 (8 )<br>16) BIGGLES9999 41 (3)<br>16) FREEMOASH88 41 (3)<br>19)...

CSS

table.postbody {
    height: 100%;
    table-layout: fixed;
}
.vtop {
    vertical-align: top !important;
}
.smalltext {
    font-weight: normal;
    font-size: small;
    line-height: 1.5;
}
.win2 {
    background: none repeat scroll 0% 0% #F9FBFF;
}
td.postbody {
    font-size: medium;
    line-height: 1.5;
}
img.imgcode {
    display: block;
    max-width: 100%;
    height: auto;
}
img {
    border: 0px none;
}