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");