JSFiddle - React, Tailwind, and code Playground
HTML
hello
JavaScript
function(data) {
var newdata = data.replace("hello", "hi");
}
hello
function(data) {
var newdata = data.replace("hello", "hi");
}