JSFiddle - React, Tailwind, and code Playground

JavaScript

function codeAddress() {
    alert('ok');
}

window.onload = codeAddress;