JSFiddle - React, Tailwind, and code Playground
by mavent
HTML
<table id="mytable" class="table table-striped table-hover table-condensed">
<thead>
<tr><th>avatar</th><th>nick</th><th>state</th></tr></thead>
<tbody>
<tr id="rw710932728"><td><a href="http://a0.twimg.com/profile_images/2434787800/da7un6jn4xf7qqb122k4.gif" class="lightb-avatar" title="Turkey_Perrie :" rel="nofollow"><img src="http://a0.twimg.com/profile_images/2434787800/da7un6jn4xf7qqb122k4_normal.gif" width="48" height="48" alt="Turkey_Perrie"></a></td>
<td id="ws710932728" class="twitp_striket"><span>@Turkey_Perrie</span><a href="http://twitter.com/Turkey_Perrie" target="_blank" rel="nofollow"><i class="icon-share-alt"></i></a></td>
<td><span><button
class="btn" id="wl710932728"
onclick="dosomething()"
data-status="delete">Delete</button></span></td>
</tr></tbody>
</table>
CSS
.twitp_striket {
background: transparent url('http://trante.github.io/twt/img/striket.png') 0 50% repeat-x;
}