Highlight the matched text
$ npm install @catherinessssss/react-text-highlighter
import Highlighter from "@catherinessssss/react-text-highlighter";
<Highlighter
searchWord="hi"
wholeText="hihi2hi"
/>
Note: Hooks can only be called inside the body of a function component.
MIT