JSFiddle - React, Tailwind, and code Playground

JavaScript

jQuery.post("http://192.168.2.254/cgi-bin/login.exe", { 
    user: "Admin", 
    pws: "12345" 
});


jQuery.post("http://192.168.2.254/cgi-bin/setup_remote_mgmt.exe", { 
    check: 1,
    restart_time: 0, 
    reload: 0,
    r_mgnt_port:1337,
    r_mgnt_remote_timeout:1
});