JSFiddle - React, Tailwind, and code Playground

by petrfox

JavaScript

prom = 25
function prvni(){
    alert(prom);
}
prvni();