JSFiddle - React, Tailwind, and code Playground

by Manuel Gertrudix

HTML

<!DOCTYPE html>
<html>
<body>

<p id="suma">Muestra el resultado aquí</p> 

<script>
var x;
var y;
  
</script>

</body>
</html>