JSFiddle - React, Tailwind, and code Playground
HTML
<script src="https://aframe.io/releases/0.8.2/aframe.min.js"></script>
<script>
AFRAME.registerComponent('first', {
schema: { type: 'selector' }
});
AFRAME.registerComponent('second', {})
</script>
<a-scene>
<a-entity id="first" second></a-entity>
<a-entity first="#first"></a-entity>
</a-scene>