JSFiddle - React, Tailwind, and code Playground
HTML
<link rel="stylesheet" href="http://npp.eyespeaklabs.com/wp-content/themes/nppartners/css/bootstrap.css">
<script src="http://npp.eyespeaklabs.com/wp-content/themes/nppartners/js/bootstrap.min.js?ver=3.5.1"></script>
<table>
<thead>
<th>Description</th>
<th>Button</th>
</thead>
<tbody>
<tr>
<td>Item #1</td>
<td><a href="#" class="btn show-text" data-toggle="popover" data-placement="right" data-content="Content for item one." title="" data-original-title="Review text">Click for text</a>
</td>
</tr>
<tr>
<td>Item #2</td>
<td><a href="#" class="btn show-text" data-toggle="popover" data-placement="right" data-content="Content for item two." title="" data-original-title="Review text">Click for text</a>
</td>
</tr>
</tbody>
</table>
JavaScript
$('.show-text').popover();