JSFiddle - React, Tailwind, and code Playground

HTML

The fight erupted when Will Smith kicked David Chambers in the face.  Dave Chambers was not happy. Dave ch anskjadsjl

JavaScript

var str = document.body.innerHTML,
    reg = /Dav(?:e|id) Chambers|Will Smith/ig;

str = str.replace(reg, "Jackie Chan");

document.body.innerHTML = str;