1 2 3 4 5 6 7 8
<!DOCTYPE html> <html> <head> </head> <body> <div id="reactroot"></div> <script src="./src/index.tsx" async type="module"></script> </body> </html>