mainly 3 type of style
import style from "./custom.module.css"
import React from "react"
function Style() {
const styleItem={color:"red",backgroundColor:"black"}
return (
<>
<h1 className="primary">Style type 1 in React js</h1>
</>
);
}
export default Style;
© www.thecoderjob.com. All Rights Reserved. Designed by HTML Codex