JSFiddle - React, Tailwind, and code Playground

by Derek Leung

HTML

<div class="description"> I make you smile. </div>

JavaScript

var ele = $("div.description");
ele.html(ele.html().replace(/smile/gi,"think"));