JSFiddle - React, Tailwind, and code Playground

HTML

<html>
<head>
    <title>Index2</title>
    <script src="http://ajax.aspnetcdn.com/ajax/jQuery/jquery-1.7.min.js"></script>
    <script src="http://requirejs.org/docs/release/1.0.1/minified/require.js"></script>
    <script>
        require(
            {baseUrl: 'scriptfdfas'}, 
            ['jquery'], 
            function (dollarSign) {
                console.log(dollarSign('div').html('hdi'));
        });       
    </script>

</head>
<body>
    <div>

    </div>
</body>
</html>