JSFiddle - React, Tailwind, and code Playground

by turiyag

HTML

<html>
    <head>
    </head>
    
    <body>
        <p>Console</p>
        <div>
        </div>
    </body>
</html

CSS

div {
    border: 1px solid black;
}

JavaScript

$(function() {
    
}