I am generating a dl in React:
dl
{ highlights.map((highlight, i) => {
To add a key to a fragment you need to use full Fragment syntax:
<React.Fragment key={your key}> ... </React.Fragment>
See docs here https://reactjs.org/docs/fragments.html#keyed-fragments