JSFiddle - React, Tailwind, and code Playground

by Imabot

HTML

<h1 id="title">Document Object Model</h1>

<button onclick="document.getElementById('title').innerText = 'Nouveau titre';">
	Cliquez pour modifier le titre
</button>