JSFiddle - React, Tailwind, and code Playground

by Daniel Lotos

HTML

<h1 id="textKek">
  ты обязательно выживешь
</h1>

JavaScript

textKek = document.getElementById('textKek');
textKek.innerHTML('what')