I need help creating "dynamic pills" in React Native and Redux, similar to the ones showcased below: https://codepen.io/silkine/pen/pPxJOX
<div id="container"></div>
<div class="tim">this codepen is dedicated to
<a href="https://twitter.com/twholman">@twholman</a>
</div>
1) Does anyone know the specific name for these dynamic pills so that I can search for tutorials more effectively?
2) I'm currently attempting to convert the CSS with Gulp and manually transfer the JavaScript code to React Native, adjusting the syntax accordingly. However, I'm encountering several errors along the way. Is this the best approach, or is there a simpler method available? Perhaps a tutorial that could guide me through this process?
Thank you in advance!