Result Size: 625 x 571
App.js
mystyle.module.css
index.js
index.html
 


import React from 'react';
import ReactDOM from 'react-dom';
import Car from './App.js';

ReactDOM.render(<Car />, document.getElementById('root'));
localhost:3000