JSFiddle - React, Tailwind, and code Playground

by doug65536

JavaScript

var p = $('<p>').text("text");
$('body').append(p);
p.css({color: 'red'});