JSFiddle - React, Tailwind, and code Playground

HTML

<div ng:app ng:controller="Apos">
    {{apos}}
</div>

JavaScript

function Apos($scope){
    $scope.apos = "Has &apos; there &gt; here &emsp; otherwise";
}