JSFiddle - React, Tailwind, and code Playground

by vanduzled

React

const JSX = (
  
  <div>
  {/* this is a comment  */}
    <h1>This is a block of JSX</h1>
    <p>Here's a subtitle</p>
  </div>
  
);