See the picture below
you can find demos in examples / __tests__ folder
import HighlightWords from "typescript-react-highlight-words";
<HighLight
text="this is a demo for you"
words={["demo"]}
highlightTag="span"
wrapperTag="div"
highlightStyle={{ color: "red" }}
/>