JSFiddle - React, Tailwind, and code Playground

HTML

function modChrome_myStyle($module, &$params, &$attribs)
{
    if (!empty ($module->content)) : ?>
    <div class="moduletable<?php echo $params->get('moduleclass_sfx'); ?>">
    
        <div id="left_menu">
        <?php if ($module->showtitle != 0) : ?>
                <h2><?php echo $module->title; ?></h2></br>
                <?php endif; ?>
                <?php echo $module->content; ?>
        </div>
    </div><?php endif;