JSFiddle - React, Tailwind, and code Playground

by tea4two

HTML

<script>
    var menus = ['ホーム','会社概要','あれ','これ'];
    for( var i = 0; i<menus.length; i++) {
    document.write('<li>' + menus[i] + '</li>');
    }
</script>