JSFiddle - React, Tailwind, and code Playground

by dshilkret

HTML

<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
loaded in iframe

JavaScript

function sayHello() {
    return "hello";
}