JSFiddle - React, Tailwind, and code Playground

by cemsultan

HTML

<p>a<span>b</span></p>

JavaScript

$(function() {
$("p span").text("a");
});