JSFiddle - React, Tailwind, and code Playground

by Good Muyis

HTML

<li class="list-group-item list-group-item-action">
  <div class="d-flex justify-content-between align-items-center">
    <span class="badge badge-light role-name">
      Fees: <strong class="text-warning">Admin</strong></span>
    <div class="text-right"><span class="badge badge-dark">
        Level 5</span>
    </div>
  </div>
</li>