remove link from react router underline css code example
Example 1: remove underline from link i react
<Link to="/" style={{textDecoration:"none"}} />
Example 2: remove underline from hyperlink react
You can add style={{ textDecoration: 'none' }}