JSFiddle - React, Tailwind, and code Playground

by Jasper Stevens

HTML

<?php
$allowlist = array(
'37.153.238.146',
'84.243.200.158'
);

if(in_array($_SERVER['REMOTE_ADDR'],$allowlist)){ ?>
  <ul><?php pll_the_languages(array('show_flags'=>1,'hide_current'=>1,'show_names'=>0)); ?></ul>
<?php }?>