<form class="rating-container">
    <input type="radio" id="star-1"><label for="star-1"></label>
    <input type="radio" id="star-2"><label for="star-2"></label>
    <input type="radio" id="star-3"><label for="star-3"></label>
    <input type="radio" id="star-4"><label for="star-4"></label>
    <input type="radio" id="star-5"><label for="star-5"></label>
</form>