JSFiddle - React, Tailwind, and code Playground
by ChrisStanyon
HTML
<div class="container">
<span>Actions</span>
<span>+</span>
</div>
CSS
.container {
width: 300px;
border: 1px solid black;
display: flex;
justify-content: space-between;
padding: 5px;
}
p { margin: 0; }