JSFiddle - React, Tailwind, and code Playground

by wwwroot

HTML

<script src="http://code.jquery.com/mobile/1.4.0/jquery.mobile-1.4.0.js"></script>
<link rel="stylesheet" href="http://code.jquery.com/mobile/1.4.0/jquery.mobile-1.4.0.css">
<button id="artSave" class="ui-btn ui-icon-plus ui-btn-icon-left ui-corner-all ui-btn-b"> speichern</button>
<div id="speichern"></div>

JavaScript

$("#speichern").button({disabled:true});