JSFiddle - React, Tailwind, and code Playground

by fredd man

HTML

<?php 
include ("db/conexion.php");
$ip=$_REQUEST['ip'];
$comando = $ip;
$output = shell_exec("ping $comando");
echo $output;
?>