JSFiddle - React, Tailwind, and code Playground
by joplomacedo
HTML
<h1>THis is the h1</h1>
<p>This is the first paragraph.</p>
<p>This is the second paragraph.</p>
CSS
h1{font: 700 23px helvetica;}
JavaScript
$('p').before('<h1>fuck me</h1>');