JSFiddle - React, Tailwind, and code Playground
HTML
<button onclick="my_fumc('Bundesland Kärnten')">Test it</button>
JavaScript
function my_fumc(arg){
console.log(arg);
}
<button onclick="my_fumc('Bundesland Kärnten')">Test it</button>
function my_fumc(arg){
console.log(arg);
}