JSFiddle - React, Tailwind, and code Playground

by Sahin Deniz

HTML

<div id="a"></div>

JavaScript

let el = document.getElementById("a");

el.innerHTML = "<b>Deneme</b>";
el.innerText = "Test1"