JSFiddle - React, Tailwind, and code Playground

by Shree Khanal

HTML

<div ng-click="showModalViewFirst()">
Password<br>
 <input maxlength="60" type="password" >
 </div>

JavaScript

function showModalViewFirst() {
  alert("asd");
}