Check out example codes for "script tag with type html". It will help you in understanding the concepts better.
Code Example 1
<script>
document.getElementById("id").innerText = ("");
</script>
Code Example 2
<script type="text/javascript">
/*Detects that you are using javascript or text*/
</script>
Code Example 3
<script>
//Insert JS scripts here
var html
html = "You can use the <script> tag to incorporate JS code into your HTML code"
console.log(html)
</script>
Learn ReactJs, React Native from akashmittal.com