JSFiddle - React, Tailwind, and code Playground

HTML

<li id="test-home"><a href="index.php">Home</a></li>
<script type='text/javascript'>
    document.getElementById("test-home").innerHTML = "WOEI";
</script>