JSFiddle - React, Tailwind, and code Playground

HTML

<input type='text' id='actual_total_marketing_budget' value='JSFiddle'/>

JavaScript

(function() {
        var textBox = document.getElementById('actual_total_marketing_budget').value
        alert(textBox);
    })();