| App.jsimport React from "react";import Wrapper from "./component/Wrapper";import Hello from "./component/Hello";import "./App.css";function App() { /* ๊ฐ์ฒดํ์ผ๋ก ํ์ฌ ์ปดํฌ๋ํธ์์ ์คํ์ผ์ ์ ์ธํ๋ ๋ฐฉ๋ฒ */ const style = { backgroundColor: "skyblue", color: "white", fontSize: 40, padding: "1rem", }; const name = "hello2"; return ( {/* css๋ฅผ ์ ์ฉํ๋ ๋ฐฉ๋ฒ : className ์์ฑ์ ์ ์ฉ */} {/* ์ปดํฌ๋ํธ์..