JSFiddle - React, Tailwind, and code Playground

by lollero

JavaScript

var test = $('<li></li>');

test.wrap('<ul>');

test.appendTo('body');