JSFiddle - React, Tailwind, and code Playground
by cemsultan
HTML
<head>
<title>Page Title</title>
</head>
<body>
<div id="start">Start</div>
</body>
JavaScript
$(function){
$("#start").html("goooooo");
by cemsultan
<head>
<title>Page Title</title>
</head>
<body>
<div id="start">Start</div>
</body>
$(function){
$("#start").html("goooooo");