JSFiddle - React, Tailwind, and code Playground

by AdamDrummond

HTML

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