JSFiddle - React, Tailwind, and code Playground

by mbuergler

HTML

<strong>0</strong> scripts with source attribute
<script src="http://test.com/script.js"></script>
<script>
    console.log('hallo');
</script>

JavaScript

$('strong').text($('script[src]').length);