JSX Tags with Style on React
Custom Styled React Tags :
if you want to create your own tag with custom styles on the js file then you can use "styled-components".
for this type " npm i styled-components" on your console to use this functionality
import React from "react";
im...
rahmancm.hashnode.dev2 min read