JSFiddle - React, Tailwind, and code Playground

HTML

<body ng-app>
    I am {{ 'trying '+ 'to ' + 'concat' }}
    
    Some math:  <p>4 + 7 = {{ 4 + 7 }}</p>
</body