JSFiddle - React, Tailwind, and code Playground
by russau
JavaScript
$('.btn').on('click', function(e) { alert('x'); });
$('body').append("<button type='button' class='btn btn-default btn-xs pull-right topic-delete' data-topic='asdf'><span class='glyphicon glyphicon-remove'></span></button>");