JSFiddle - React, Tailwind, and code Playground

HTML

<link rel="stylesheet" href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.9/themes/smoothness/jquery-ui.css">
<div>
    <a href='#'>One</a>
    <a href='#'>Two</a>
    <a class='next' href='#'>Next</a>
</div>

JavaScript

$('.next').button({
    icons: {
        secondary: 'ui-icon-circle-triangle-e'
    }
}).parent().buttonset();