JSFiddle - React, Tailwind, and code Playground

by Imabot

HTML

<h1>Chuck Norris</h1>

<p>
	Chuck Norris est <span style="font-weight: bold;" id="qualificatif">un ringard</span>.
</p>

<button onclick="document.getElementById('qualificatif').innerText = 'trop fort';">
	Je ne veux pas mourir si jeune.
</button>