JSFiddle - React, Tailwind, and code Playground

by efcl

HTML

<script src="http://code.jquery.com/qunit/qunit-git.js"></script>
<link rel="stylesheet" href="http://code.jquery.com/qunit/qunit-git.css">
<div id="qunit"></div>
<div id="qunit-fixture"></div>

JavaScript

test("A test", function () {
    // not implemented yet
});