JSFiddle - React, Tailwind, and code Playground

HTML

<div id="x">sf sd</div>
<div id="wmd-input"></div>

JavaScript

text = document.getElementById("x").innerHTML;

text = text.replace(/sf/gi,"$$$$");

document.getElementById("wmd-input").innerHTML = text;