JSFiddle - React, Tailwind, and code Playground

HTML

<body ng-app>
  <p>Nothing here {{'yet' + '!'}}</p>
  <p>1 + 2 = {{ 1 + 2 }}</p>
</body>