JSFiddle - React, Tailwind, and code Playground

by artgas_pro

HTML

<div class="sort__types">
<label for="sort">sort</label>
<input type="checkbox" id="sort">
</div>

CSS

.sort__types{
  display: flex;
  align-items: center;

}

.sort__types label{
  font-size: 20px;
}
.sort__types input {

}