JSFiddle - React, Tailwind, and code Playground

by batcave

HTML

<div class="dropdown__container m-b-20 dropdown__container--error">
	<div class="dropdown__label">{{default label-name "Label for"}}</div>

	<div data-am-dropdown="smaller-height" class="js-dropdown comes-with">
		...	
  </div>

	<div class="dropdown__error-message">
		This article is no longer avaliable and needs to be replaced
	</div>
</div>