JSFiddle - React, Tailwind, and code Playground

HTML

<div id="boink">
<span class="lshevent">Li - Mattek-Sands (Court 1)</span>		
<div id="event153341" class="lshjpane-slider lshcontent" style="padding-top: 0px; border-top-width: medium; border-top-style: none; padding-bottom: 0px; border-bottom-width: medium; border-bottom-style: none; overflow: hidden; height: 308px;">
															<table width="100%" class="insideslidebg" cellpadding="0" cellspacing="0" border="0"><tbody><tr><td colspan="2"><b>Live Streaming Video </b> <span class="section">Tennis</span>
										<b>: </b> <span id="category754" class="category">Roland Garros 2013</span>
										</td>
									</tr><tr><td><span class="date">Thursday (30 May) 16:00 (GMT +2)</span>
                                            <div class="bets" id="bet_event153341">
                        <div style="display:none" class="betbanner"></div>
                        <a style="display:inline" target="_blank" class="beturl" href="#">
                          <img align="left" src="../images/bets/bet1.png"></a><table><thead><tr><th id="header_home">Home</th>
                              <th id="header_draw">Draw</th>
                              <th id="header_away">Away</th>
                              <th id="header_under">Under</th>
                              <th id="header_over">Over</th>
                              <th id="header_hcap1">Hcap1</th>
                              <th id="header_hcap2">Hcap2</th>
                            </tr></thead><tbody><tr><td id="home"></td>
                              <td id="draw"></td>
                              <td id="away"></td>
                              <td id="under"></td>
                              <td id="over"></td>
                              <td id="hcap1"></td>
                              <td id="hcap2"></td>
                            </tr></tbody></table></div>
                      										</td>
										<td align="right"></td>
									</tr><tr><td colspan="2">
											The...

CSS

body {
		color: #333333;
		font-family: Arial,Helvetica,sans-serif;
		font-size: 12px;
		line-height: 150%;
		padding: 0;
		margin: 0;
	}
	.sectiontableheader {display: none;}
	
	.sectiontableheader a {
		color: #FFFFFF;
	}
	tr.sectiontableentry1 {
		line-height:22px;
		vertical-align:center;
	}
	
	tr.sectiontableentry2 {
		line-height:22px;
		vertical-align:center;
	}
	
	tr.sectiontableentry2 tbody {display: none;}
	
	tr.sectiontableentry2 td {
		background: url("/images/hdot2.gif") repeat-x scroll center bottom #A9AAAA;
	}
	
	
	tr.sectiontableentry2:hover td {
		background: url("/images/hdot2.gif") repeat-x scroll center bottom #FFFFCC;
	}
fieldset, img {
		border: 0 none;
	}
	option {
		padding-left: 0.4em;
	}
	ul, ol, dl {
		margin: 1em 0;
		padding-left: 30px;
	}
	dl {
		margin: 1em 0;
	}
	dd {
		padding-left: 40px;
	}
	blockquote {
		margin: 0 0 1em 1.5em;
	}
	p {
		margin: 1em 0;
	}
	td, th {
		padding: 1px;
	}
	span.article_separator {
		display: block;
		height: 20px;
	}
	a:link, a:visited {
		color: #405115;
		text-decoration: none;
	}
	a:hover {
		color: green;
		text-decoration: underline;
	}
	.lshcomponent img {
		vertical-align: text-top !important;
	}
	.lshcomponent td {
		vertical-align: middle !important;
	}
	/* tabs */
	dl.lshtabs {
		float: left;
		margin: 0px 0 -1px 0;
		z-index: 50;
	}
	dl.lshtabs dt.lshsection {
		float: left;
		padding: 0px 0px;
		border-left: 0px solid #ccc;
		border-right: 0px solid #ccc;
		border-top: 0px solid #ccc;
		margin-left: 0px;
		background: #f0f0f0;
		color: #666;
	}
	dl.lshtabs dt.lshopen,dt.lshsection {
		background: #F9F9F9;
		border-bottom: 0px solid #F9F9F9;
		z-index: 100;
		color: #000;
	}
	dd.lshdd {
		margin: 0px;
		padding: 0px;
	}
	div.lshcurrent {
		clear: both;
		border: 0px solid #ccc;
		padding: 0px 0px;
	}
	div.lshcurrent dd.lshdd {
		padding: 0;
		margin: 0;
	}
	/* pane-sliders */
	.lshpane-sliders .lshtitle {
		margin: 0;
		padding: 0px;
		color: #666;
		cursor: pointer;
	}
	.lshpane-sliders...

JavaScript

$(document).ready(function() {
	//alert('Document is ready');
					$('#boink a').click(function() {
						alert('helloooooo');
					});
	
				});