Check out example codes for "htmlspecialchars_decode". It will help you in understanding the concepts better.
Code Example 1
<?php
$str = "This is some <b>bold</b> text.";
echo htmlspecialchars_decode($str);
?>
Learn ReactJs, React Native from akashmittal.com