JSFiddle - React, Tailwind, and code Playground
HTML
<html>
<head>
</head>
<body>
<input type = textbox id = in value = 'Insert Password'><input type = button id = insert_pass >
<br>
<br>
<input type = textbox id = ch value = 'Check for Password'><input type = button id = search >
<br><br>
</body></html>
JavaScript
function SList()
{
this.head;
this.tail;
this.length;
}
function Node(){
this.key
}