JSFiddle - React, Tailwind, and code Playground
by mark47
HTML
<p>boo</p>
<div class="gouda">hoo</div>
JavaScript
var touche = $(".gouda").html();
console.log(touche + " xx ");
by mark47
<p>boo</p>
<div class="gouda">hoo</div>
var touche = $(".gouda").html();
console.log(touche + " xx ");