JSFiddle - React, Tailwind, and code Playground

by doug65536

HTML

<link rel="stylesheet" href="http://code.jquery.com/ui/1.10.3/themes/smoothness/jquery-ui.css">
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
<script>var otherName = jQuery.noConflict();</script>
<script src="http://code.jquery.com/ui/1.10.3/jquery-ui.js"></script>

<button>Jquery UI button</button>

JavaScript

otherName('body').append(otherName('<p>').text('$ is ' + window.$));
otherName('body').append(otherName('<p>').text('otherName is ' + otherName));
otherName('button').button();