JSFiddle - React, Tailwind, and code Playground

HTML

<div class="header">
        <div class="header-left"><input type="button" value="Отменить" /></div>
        <span class="header-center">Twit</span>
        <div class="header-right"><input type="button" value="Отправить" /></div>
</div>

CSS

.header-left {
               display:inline-block;
        }
        
        .header-center {
               display:inline-block;  
        }
        
        .header-right {
                display:inline-block;
        }