JSFiddle - React, Tailwind, and code Playground

by Avi Algaly

HTML

<table border="0" cellpadding="0" cellspacing="0" class="sortable" dir="RTL" style="height: 14.25pt;"><thead><tr>   <td align="right" dir="RTL" style="height: 14.25pt; width: 30pt;" width="40" class=" sorttable_sorted"><b>סדר</b><span id="sorttable_sortfwdind">&nbsp;▾</span></td>   <td align="right" dir="RTL" style="width: 59pt;" width="79" class=""><b>פרשה</b></td>   <td align="right" dir="RTL" style="width: 64pt;" width="85" class=""><b>שורות</b><br>
<b>בספר</b> <span style="display: none;">תורה</span></td>   <td align="right" dir="RTL" style="width: 54pt;" width="72" class=""><b>פרשיות</b></td>   <td align="right" dir="RTL" style="width: 54pt;" width="72" class=""><b>פתוחות</b></td>   <td align="right" dir="RTL" style="width: 54pt;" width="72" class=""><b>סתומות</b></td>   <td align="right" dir="RTL" style="width: 54pt;" width="72" class=""><b>פסוקים</b></td>   <td align="right" dir="RTL" style="width: 54pt;" width="72" class=""><b>מילים</b></td>   <td align="right" dir="RTL" style="width: 54pt;" width="72" class=""><b>אותיות</b></td>   <td align="right" dir="RTL" style="width: 54pt;" width="72" class=""><b>מצוות</b></td>   <td align="right" dir="RTL" style="width: 54pt;" width="72" class=""><b>עשה</b></td>   <td align="right" dir="RTL" style="width: 54pt;" width="72" class=""><b>לא תעשה</b></td>  </tr></thead><colgroup><col style="width: 30pt;" width="40">  <col style="width: 59pt;" width="79">  <col style="width: 64pt;" width="85">  <col span="9" style="width: 54pt;" width="72">  </colgroup><tbody>























































<tr>   <td align="right" dir="LTR">1</td>   <td align="right" dir="RTL"><a href="http://www.xn----2hcm6cgyhbh.com/2010/07/torah-stats-1.html">בראשית</a></td>   <td align="right" dir="LTR">241</td>   <td align="right" dir="LTR">23</td>   <td align="right" dir="LTR">10</td>   <td align="right" dir="LTR">13</td>   <td align="right" dir="LTR">146</td>   <td align="right" dir="LTR">1931</td>   <td align="right"...

CSS

h1{
  font-size: 30px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 300;
  text-align: center;
  margin-bottom: 15px;
}
table{
  width:100%;
  table-layout: fixed;
}
.tbl-header{
  background-color: rgba(255,255,255,0.3);
 }
.tbl-content{
  height:300px;
  overflow-x:auto;
  margin-top: 0px;
  border: 1px solid rgba(255,255,255,0.3);
}
th{
  padding: 20px 15px;
  text-align: left;
  font-weight: 500;
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
}
td{
  padding: 15px;
  text-align: left;
  vertical-align:middle;
  font-weight: 300;
  font-size: 12px;
  color: #fff;
  border-bottom: solid 1px rgba(255,255,255,0.1);
}


/* demo styles */

@import url(https://fonts.googleapis.com/css?family=Roboto:400,500,300,700);
body{
  background: -webkit-linear-gradient(left, #25c481, #25b7c4);
  background: linear-gradient(to right, #25c481, #25b7c4);
  font-family: 'Roboto', sans-serif;
}
section{
  margin: 50px;
}


/* follow me template */
.made-with-love {
  margin-top: 40px;
  padding: 10px;
  clear: left;
  text-align: center;
  font-size: 10px;
  font-family: arial;
  color: #fff;
}
.made-with-love i {
  font-style: normal;
  color: #F50057;
  font-size: 14px;
  position: relative;
  top: 2px;
}
.made-with-love a {
  color: #fff;
  text-decoration: none;
}
.made-with-love a:hover {
  text-decoration: underline;
}


/* for custom scrollbar for webkit browser*/

::-webkit-scrollbar {
    width: 6px;
} 
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
} 
::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
}