JSFiddle - React, Tailwind, and code Playground

by NesterOne

JavaScript

$(function(){
	//workaroud over jsfiddle http/https restriction
  var url = 'http://build-master-fafj.jaspersoft.com/job/module-js-sdk-trunk-jade-new-css-html/ws/themes/default/jasper-ui/jasper-ui.css'
  $('<link>')
    .appendTo('head')
    .attr({type : 'text/css', rel : 'stylesheet'})
    .attr('href', url);
});