JSFiddle - React, Tailwind, and code Playground

by Govinda Ghimire

HTML

<div id="ram" class="apple" />

JavaScript

function ab(id) {
    alert("apple" + id);
}
ab(5);



var sleep = function () {
    alert("sle");
};
var wake = function () {
    alert("haours");
};