JSFiddle - React, Tailwind, and code Playground

by Gloak

HTML

<div>
				<select onchange="if(selectedIndex!=0)document.getElementById('less_is_more').innerHTML=options[selectedIndex].value;">
					<option value="">hire me for real estate</option>
					<option value="me!!!">Who is a good Broker? </option>
					<option value="yes!!!">Can I buy a house with no down payment</option>
					<option value="send me a note! I give some cash to you! CA">Get my contact info?</option>
				</select>
			</div>

    <div id="less_is_more"></div>