JSFiddle - React, Tailwind, and code Playground

by dimadima

JavaScript

var html = $('<h1>What hurts?</h1>' +
    '<p>Choose where your pain is most concentrated:</p>' +
    '<ul class="body-parts"></ul>' +
    '<div class="hero-nav"></div>');

var html2 = $('<div></div>');