JSFiddle - React, Tailwind, and code Playground

HTML

<b id="baseValueReductionText" type="text" class="form-control" placeholder="" value="0.00"></b>

JavaScript

var text1 = $('baseValueReductionText');
    
        alert( text1.html() );
    //Outputs A nice house was found in <b>Toronto</b>
    
    alert( text1.text() );