JSFiddle - React, Tailwind, and code Playground
by agib
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="container mt-5">
<select name="" id="" class="form-control transform w-initial">
<option value="">Item with a relatively long title 1</option>
<option value="">Item with a relatively long title 2</option>
<option value="">Item with a relatively long title 3</option>
</select>
</div>
CSS
.transform {
transform: rotate(-90deg) translate(-6rem, -12rem);
transform: ;
}
.w-initial {
width: initial;
}