JSFiddle - React, Tailwind, and code Playground

by helgatheviking

HTML

<div id="root"></duv>

JavaScript

const App = () => {


}





let root = document.getElementById('#root');

React.createRoot( target ).render( <App /> );