JSFiddle - React, Tailwind, and code Playground
HTML
<div>
<h2>Podatki</h2>
<p class="border">
<label id="ime_label" for="ime">Ime</label>
<input type="text" id="ime" tabindex="1" />
</p>
<p>
<label for="priimek">Priimek</label>
<input type="text" id="priimek" tabindex="2" />
</p>
</div>
CSS
label {
}