This react component allows you to highlight a static note in your component and make it look prettier wherever you want.
To install this Component, run yarn add code-highlight
or npm install code-highlight
.,
To use the component, In your react Application just do
import React from 'react';
import CodeHighlight from 'code-highlight';