JSFiddle - React, Tailwind, and code Playground
HTML
<div ng:app ng:controller="Apos">
{{apos}}
</div>
JavaScript
function Apos($scope){
$scope.apos = "Has ' there > here   otherwise";
}
<div ng:app ng:controller="Apos">
{{apos}}
</div>
function Apos($scope){
$scope.apos = "Has ' there > here   otherwise";
}