W3Schools Tryit Editor

[フレーム]
Get your own React server
main.jsx
index.html
import { createRoot } from 'react-dom/client'
createRoot(document.getElementById('sandy')).render(
 <p>Welcome!</p>
) 
 
<!doctype html>
<html lang="en">
 <body>
 <header id="sandy"></header>
 <script type="module" src="/src/main.jsx"></script>
 </body>
</html>
 
localhost:5173

AltStyle によって変換されたページ (->オリジナル) /