JSFiddle - React, Tailwind, and code Playground
by Ranganadh Paramkusam
HTML
<body>
<form>
<table border="0" cellpadding="1" cellspacing="1">
<tr>
<td colspan="2"><font face="Verdana" size="2"><b>Samples for general server information:</b></font></td>
</tr>
<tr>
<td align="center"><input type="button" onclick="javascript:listTextEntries()" value="List Text Entries" style="width:150px; font-family: Verdana; font-size: 11px;"/></td>
<td><font face="Verdana" size="2">Retrieves text entries in application dictionary.</font></td>
</tr>
<tr>
<td align="center"><input type="button" onclick="javascript:listWaitTimes()" value="List Wait Times" style="width:150px; font-family: Verdana; font-size: 11px;"/></td>
<td><font face="Verdana" size="2">List cycles of wait times.</font></td>
</tr>
</table>
<hr/>
<table border="0" cellpadding="1" cellspacing="1">
<tr>
<td colspan="2"><font face="Verdana" size="2"><b>Samples for Client activities:</b></font></td>
</tr>
<tr>
<td align="center"><input type="button" onclick="javascript:createClient()" value="Create Client" style="width:150px; font-family: Verdana; font-size: 11px;"/></td>
<td><font face="Verdana" size="2">Creates a new client using provided details.</font></td>
</tr>
<tr>
<td align="center"><input type="button" onclick="javascript:updateClient()" value="Update Client" style="width:150px; font-family: Verdana; font-size: 11px;"/></td>
<td><font face="Verdana" size="2">Updates created client information.</font></td>
</tr>
<tr>
<td align="center"><input type="button"...
CSS
.popup_new_some{
background:yellow;
font-family: "PTSansNarrow","Lucida Grande","Verdana",serif;
font-size: 14px;
font-weight: normal;
line-height: 18px;
color: #616161;
position:absolute;
z-index:2147483647;
top:0px;
right:0px;
}