JSFiddle - React, Tailwind, and code Playground

by vural kaya

HTML

<html ng-app>
        <title>AngularJS Dersleri</title>
		<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.3.14/angular.min.js"></script>
 
	<body>
		İsim: <input type="text" ng-model="ad" />
		<br />
		Merhaba {{ ad }} 	
	</body> 
</html>