JSFiddle - React, Tailwind, and code Playground

by Şuayip Ekmekci

HTML

<!-- örnek-5 (Uppercase & Lowercase  inline) -->
<body ng-app>
    name: <input type="text" ng-model="ornek">
    <h2>Uppercase Name = {{ornek|uppercase}}</h2>
    <h2>Lowercase Name = {{ornek|lowercase}}</h2>
</body>