JSFiddle - React, Tailwind, and code Playground
by Imabot
HTML
<h1>Chuck Norris</h1>
<p>
Chuck Norris is <span style="font-weight: bold;" id="qualificatif">a loser</span>.
</p>
<button onclick="document.getElementById('qualificatif').innerText = 'too strong';">
I don't want to die so young.
</button>