JSFiddle - React, Tailwind, and code Playground

by oduska

HTML

<script src="https://code.jquery.com/jquery-3.4.1.slim.js"></script>
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.css">
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.16.0/umd/popper.js"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.js"></script>
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.css">
<div class="col-12">
    <div class="row text-center">
        <div class="d-inline-flex pd-top-5">
            <a href="#">UP</a>
            <a href="">DOWN</a>
        </div>
        <div class="col-3 pd-top-5">
            <div class="form-check form-group form-float">
                <input type="checkbox" class="form-check-input">
                <label class="form-check-label">2 Column</label>
            </div>
        </div>
        <div class="col-3 pd-top-5">
            <div class="form-check form-group form-float">
                <input type="checkbox" class="form-check-input">
                <label class="form-check-label">Conditional</label>
            </div>
        </div>
        <div class="col-3">
            <div class="form-group form-float">
                <input class="form-control" type="text">
                <label class="col-form-label">Sort Order</label>
            </div>
        </div>
    </div>
</div>