import React from 'react'; const Highlight = ({children, color}) => ( {children} ); export default Highlight