JSFiddle - React, Tailwind, and code Playground
HTML
<div id="root"></duv>
JavaScript
const App = () => {
}
let root = document.getElementById('#root');
React.createRoot( target ).render( <App /> );
<div id="root"></duv>
const App = () => {
}
let root = document.getElementById('#root');
React.createRoot( target ).render( <App /> );