JSFiddle - React, Tailwind, and code Playground
HTML
<link rel="stylesheet" href="http://cdn.kendostatic.com/2011.3.1129/styles/kendo.common.min.css">
<link rel="stylesheet" href="http://cdn.kendostatic.com/2011.3.1129/styles/kendo.blueopal.min.css">
<script src="http://cdn.kendostatic.com/2011.3.1129/js/kendo.all.min.js"></script>
<div id="mainTopTabStrip">
<ul>
<li class="k-state-active">First Tab</li>
<li>Second Tab</li>
<li>Third Tab</li>
</ul>
<div>
<div id="grid" /></div>
<div>
<div>this is <a href="http://www.google.com">ddd</a> some text in the second tab</div>
</div>
<div>
<div>this is some text in the third tab</div>
</div>
</div>
JavaScript
$("#mainTopTabStrip").kendoTabStrip();