JSFiddle - React, Tailwind, and code Playground
by Imabot
HTML
<h1>What is Microsoft Edge used for?</h1>
<button onclick="document.getElementById('reponse').innerText = 'To download Google Chrome.'">Show the answer</button>
<button onclick="document.getElementById('reponse').innerText = ''">Hide the answer</button>
<!-- The answer is "To download Google Chrome" -->
<p id="reponse"></p>