JSFiddle - React, Tailwind, and code Playground

by btevfik

HTML

<body>
    <div style="color:red">TEST</div>
    <div style="color:red">TEST2</div>
    red (replaces this too)
</body>

JavaScript

document.body.innerHTML = document.body.innerHTML.replace(/red/g, 'blue');