JSFiddle - React, Tailwind, and code Playground

by frogggeee McFrogggeee

HTML

<!DOCTYPE html>
<html>
<head>
<body>
<h1>
check the strength of your password
</h1>
<button type = "button" px = "1000" onclick = "password()" >enter password</button>
<script>
function password() {
password = prmopt("enter your password", "120374");

}
</script>
</body>
</head>
</html>