JSFiddle - React, Tailwind, and code Playground

HTML

<div id="login-w1" dir="rtl"> 
<?php
if($_post['amir']) { 
echo "asd";
 }
?>    
<div class="form-w1" dir="rtl"> 
    <div class="form-group-w1 first" dir="rtl"> 
        <span class="form-number" dir="rtl">1</span> 
        <div class="form-row-w1" dir="rtl"><label>משתמש: </label> <span style="float:left;" dir="rtl"><input type="text" name="login_username" /></span></div> 
        <div class="form-row-w1"><label>סיסמא: </label> <span style="float:left;" dir="rtl"><input type="password" name="login_password" /></span></div> 
        <div class="clear"></div> 
    </div