JSFiddle - React, Tailwind, and code Playground

JavaScript

function run() {
  document.getElementById("total").value = document.getElementById("produce").value;
}




function lol() {
  document.getElementById("produce").value = "$1.50";
}